diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-14 16:35:31 +0000 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-14 16:35:31 +0000 |
| commit | aa8219c03996d7ba325d71857bb34270a993d3f6 (patch) | |
| tree | c90692fa1692f86237986843c561b935fb809858 /series/trunk/admin/chpwd.php | |
| parent | 6b6e632d858d2371525242e394e692da291c7502 (diff) | |
| download | instadisc-aa8219c03996d7ba325d71857bb34270a993d3f6.tar.gz instadisc-aa8219c03996d7ba325d71857bb34270a993d3f6.tar.bz2 instadisc-aa8219c03996d7ba325d71857bb34270a993d3f6.zip | |
Series: Added user management
Refs #53
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) |
