aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/admin')
-rw-r--r--phpBB/admin/admin_forumauth.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/admin/admin_forumauth.php b/phpBB/admin/admin_forumauth.php
index 619eac6ec7..6dbf39128f 100644
--- a/phpBB/admin/admin_forumauth.php
+++ b/phpBB/admin/admin_forumauth.php
@@ -20,8 +20,6 @@
*
***************************************************************************/
-define("IN_ADMIN", true);
-
if($setmodules == 1)
{
$filename = basename(__FILE__);
@@ -333,9 +331,9 @@ else
"L_SUBMIT" => $lang['Submit'],
"L_RESET" => $lang['Reset'],
- "U_FORUMAUTH_ACTION" => append_sid("admin_forumauth.$phpEx?" . POST_FORUM_URL . "=$forum_id"),
"U_SWITCH_MODE" => $u_switch_mode,
+ "S_FORUMAUTH_ACTION" => append_sid("admin_forumauth.$phpEx"),
"S_COLUMN_SPAN" => $s_column_span,
"S_HIDDEN_FIELDS" => $s_hidden_fields)
);