]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/System.php
Merge pull request #11810 from MrPetovan/task/11794-password-length-limit
[friendica.git] / src / Core / System.php
index 6f1bb618842a07e52c9c2ecf178a3d31338a5628..8712b6ca5965f1a5820bd6544957ef6508df7a7e 100644 (file)
@@ -369,7 +369,7 @@ class System
         */
        public static function exit()
        {
-               DI::page()->logRuntime(DI::config());
+               DI::page()->logRuntime(DI::config(), 'exit');
                exit();
        }
 
@@ -441,6 +441,12 @@ class System
         *
         * @param string $url  The new Location to redirect
         * @param int    $code The redirection code, which is used (Default is 302)
+        *
+        * @throws FoundException
+        * @throws MovedPermanentlyException
+        * @throws TemporaryRedirectException
+        *
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        public static function externalRedirect($url, $code = 302)
        {