about summary refs log tree commit diff stats
path: root/series/trunk/admin/chpwd.php
diff options
context:
space:
mode:
Diffstat (limited to 'series/trunk/admin/chpwd.php')
-rw-r--r--series/trunk/admin/chpwd.php2
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');
16if (!isset($_SESSION['username'])) 16if (!isset($_SESSION['username']))
17{ 17{
18 header('Location: index.php'); 18 header('Location: index.php');
19 exit;
19} 20}
20 21
21if (isset($_SESSION['username'])) 22if (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
70function showForm($old, $new, $confirm, $errors) 72function showForm($old, $new, $confirm, $errors)