mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:50:11 +00:00
Move mod/maintenance to src/Module/Maintenance
This commit is contained in:
parent
0046e62077
commit
62fd5375dc
5 changed files with 45 additions and 33 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue