X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FSystem.php;h=42587577dae573105a9f6ce462a0556fb7d8d5d2;hb=fb63274aafa176ee2eff964e809306719e80c847;hp=31934af5a73e055474b035561690f067bd872201;hpb=8af0ae171e7a3f9f47441043cec17db66b2088e5;p=friendica.git diff --git a/src/Core/System.php b/src/Core/System.php index 31934af5a7..42587577da 100644 --- a/src/Core/System.php +++ b/src/Core/System.php @@ -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");