Split goaway to System::externalRedirectTo() and App->internalRedirect()
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user