Split goaway to System::externalRedirectTo() and App->internalRedirect()
This commit is contained in:
parent
e825cbc7a1
commit
0e264465ac
5 changed files with 7 additions and 7 deletions
|
@ -32,7 +32,7 @@ function startpage_home_init($a, $b)
|
|||
|
||||
$page = PConfig::get(local_user(), 'startpage', 'startpage');
|
||||
if (strlen($page)) {
|
||||
System::redirect($page);
|
||||
$a->internalRedirect($page);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue