diff options
Diffstat (limited to 'www/secure.php')
| -rw-r--r-- | www/secure.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; } ?> |
