From fbaebb7485cfab4948b8fe000ef2a5279b376f04 Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Sun, 16 Sep 2012 11:53:48 -0400 Subject: FIX: add exit() after header('Location') --- www/secure.php | 1 + 1 file changed, 1 insertion(+) (limited to 'www/secure.php') 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; } ?> -- cgit v1.2.3