aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_userauth.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-27 23:16:09 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-27 23:16:09 +0000
commit8b82f40009502ea64e5df749bc890fd9547e8b40 (patch)
tree170328219dc0789e05eb35b4a94aab9a9f2ed782 /phpBB/admin/admin_userauth.php
parentec851efb3b4821dcc2800abad20ccbb223f7e65c (diff)
downloadforums-8b82f40009502ea64e5df749bc890fd9547e8b40.tar
forums-8b82f40009502ea64e5df749bc890fd9547e8b40.tar.gz
forums-8b82f40009502ea64e5df749bc890fd9547e8b40.tar.bz2
forums-8b82f40009502ea64e5df749bc890fd9547e8b40.tar.xz
forums-8b82f40009502ea64e5df749bc890fd9547e8b40.zip
Removed header frame, reduced timezone naming, added DB size for MySQL, no major technical changes
git-svn-id: file:///svn/phpbb/trunk@753 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/admin_userauth.php')
-rw-r--r--phpBB/admin/admin_userauth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/admin_userauth.php b/phpBB/admin/admin_userauth.php
index d5ae0517f5..19027be152 100644
--- a/phpBB/admin/admin_userauth.php
+++ b/phpBB/admin/admin_userauth.php
@@ -583,7 +583,7 @@ if(isset($HTTP_POST_VARS['submit']) && !empty($HTTP_POST_VARS[POST_USERS_URL]))
}
else
{
- header("Location: admin_userauth.$phpEx?" . POST_USERS_URL . "=$user_id");
+ header("Location: " . append_sid("admin_userauth.$phpEx?" . POST_USERS_URL . "=$user_id"));
}
}