summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-19 12:31:35 +0100
committerAndrew Dolgov <[email protected]>2005-11-19 12:31:35 +0100
commitf6d0ab1498706b7e3a1aa55b87f5b4cb8707b267 (patch)
tree5ab345582b7249d8fdf354ec9ec130bfcfb8e499 /prefs.php
parentac6080ece78a53fb27fdd67e939bf46c92e40baf (diff)
redirect back support for login.php
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 4c19f687f..0673fd36f 100644
--- a/prefs.php
+++ b/prefs.php
@@ -12,7 +12,7 @@
if (!USE_HTTP_AUTH) {
if (!$_SESSION["uid"]) {
- header("Location: login.php");
+ header("Location: login.php?rt=prefs.php");
exit;
}
} else {