Split goaway to System::externalRedirectTo() and App->internalRedirect()
This commit is contained in:
@@ -64,7 +64,7 @@ function removeme_post(App $a)
|
||||
function removeme_content(App $a)
|
||||
{
|
||||
if (!local_user()) {
|
||||
$a->redirect();
|
||||
$a->internalRedirect();
|
||||
}
|
||||
|
||||
$hash = random_string();
|
||||
|
||||
Reference in New Issue
Block a user