The remove page now has the settings menu.
This commit is contained in:
parent
7b7e372fb0
commit
a6b03b6263
|
@ -27,8 +27,6 @@ function removeme_post(&$a) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function removeme_content(&$a) {
|
function removeme_content(&$a) {
|
||||||
|
|
||||||
if(! local_user())
|
if(! local_user())
|
||||||
|
@ -36,6 +34,9 @@ function removeme_content(&$a) {
|
||||||
|
|
||||||
$hash = random_string();
|
$hash = random_string();
|
||||||
|
|
||||||
|
require_once("mod/settings.php");
|
||||||
|
settings_init($a);
|
||||||
|
|
||||||
$_SESSION['remove_account_verify'] = $hash;
|
$_SESSION['remove_account_verify'] = $hash;
|
||||||
|
|
||||||
$tpl = get_markup_template('removeme.tpl');
|
$tpl = get_markup_template('removeme.tpl');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user