diff options
Diffstat (limited to 'series/trunk/admin/chpwd.php')
-rw-r--r-- | series/trunk/admin/chpwd.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/series/trunk/admin/chpwd.php b/series/trunk/admin/chpwd.php index abd6d97..12eff53 100644 --- a/series/trunk/admin/chpwd.php +++ b/series/trunk/admin/chpwd.php | |||
@@ -16,6 +16,7 @@ require_once('includes/instadisc.php'); | |||
16 | if (!isset($_SESSION['username'])) | 16 | if (!isset($_SESSION['username'])) |
17 | { | 17 | { |
18 | header('Location: index.php'); | 18 | header('Location: index.php'); |
19 | exit; | ||
19 | } | 20 | } |
20 | 21 | ||
21 | if (isset($_SESSION['username'])) | 22 | if (isset($_SESSION['username'])) |
@@ -65,6 +66,7 @@ if (isset($_SESSION['username'])) | |||
65 | } | 66 | } |
66 | } else { | 67 | } else { |
67 | header('Location: index.php'); | 68 | header('Location: index.php'); |
69 | exit; | ||
68 | } | 70 | } |
69 | 71 | ||
70 | function showForm($old, $new, $confirm, $errors) | 72 | function showForm($old, $new, $confirm, $errors) |