X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/5119a5d74428296166658ff746010b8c32abd67f..fbaebb7485cfab4948b8fe000ef2a5279b376f04:/www/secure.php?ds=sidebyside diff --git a/www/secure.php b/www/secure.php index 5893033..07cdfb6 100644 --- a/www/secure.php +++ b/www/secure.php @@ -7,5 +7,6 @@ require_once 'www-header.php'; $_SESSION['REQUEST_URI'] = $_SERVER['REQUEST_URI']; if (!isset($_SESSION['identity'])) { header("Location: /login"); + exit; } ?>