summaryrefslogtreecommitdiff
path: root/account.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-10-04 10:28:49 +0000
committerDries Buytaert <dries@buytaert.net>2000-10-04 10:28:49 +0000
commit535e936e6a3ced033cff1019df71fbfa74479eb1 (patch)
treee72ab0017523172e1cc685a9981cbd2144b12fa4 /account.php
parentdc08a8c28c933d01ae2f57b09c033a5abe72d1dc (diff)
downloadbrdo-535e936e6a3ced033cff1019df71fbfa74479eb1.tar.gz
brdo-535e936e6a3ced033cff1019df71fbfa74479eb1.tar.bz2
(oops, forgot something)
Diffstat (limited to 'account.php')
-rw-r--r--account.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.php b/account.php
index 4598d9250..79f857f16 100644
--- a/account.php
+++ b/account.php
@@ -326,7 +326,7 @@ switch ($op) {
$data[signature] = $edit[signature];
dbsave("users", $data, $user->id);
user_rehash();
- header("account.php");
+ header("Location: account.php");
}
break;
default: