about summary refs log tree commit diff stats
path: root/series/trunk/admin/chpwd.php
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-09-14 16:35:31 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-14 16:35:31 +0000
commitaa8219c03996d7ba325d71857bb34270a993d3f6 (patch)
treec90692fa1692f86237986843c561b935fb809858 /series/trunk/admin/chpwd.php
parent6b6e632d858d2371525242e394e692da291c7502 (diff)
downloadinstadisc-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.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)