Replaced goaway() with System::redirect() #750

Merged
nupplaphil merged 6 commits from goaway_to_redirectto into develop 2019-02-04 02:36:22 +01:00
Showing only changes of commit 9cf3d38e76 - Show all commits

View file

@ -88,7 +88,7 @@ function blackout_redirect ($a, $b) {
}
if (( $date1 <= $now ) && ( $now <= $date2 )) {
logger('redirecting user to blackout page');
System::externalRedirectTo($myurl);
System::externalRedirect($myurl);
}
}