Move mod/maintenance to src/Module/Maintenance

This commit is contained in:
Philipp Holzer 2019-05-04 13:42:26 +02:00
parent 0046e62077
commit 62fd5375dc
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
5 changed files with 45 additions and 33 deletions

View file

@ -242,6 +242,9 @@ class System extends BaseObject
case 301:
header('HTTP/1.1 301 Moved Permanently');
break;
case 307:
header('HTTP/1.1 307 Temporary Redirect');
break;
}
header("Location: $url");