mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
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
|
@ -88,7 +88,7 @@ function blackout_redirect ($a, $b) {
|
|||
}
|
||||
if (( $date1 <= $now ) && ( $now <= $date2 )) {
|
||||
logger('redirecting user to blackout page');
|
||||
System::redirect($myurl);
|
||||
System::externalRedirectTo($myurl);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue