aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2001-10-15 20:41:42 +0000
committerthe_systech <the_systech@users.sourceforge.net>2001-10-15 20:41:42 +0000
commit6897fc49cc40db666f7bf16425eedab283f9bf1d (patch)
treefef53e47e80546cca3c0b26bfcf8d3e440b738ad /phpBB
parent265cabc30e6b1f708c60bc283d4fb087b17f164b (diff)
downloadforums-6897fc49cc40db666f7bf16425eedab283f9bf1d.tar
forums-6897fc49cc40db666f7bf16425eedab283f9bf1d.tar.gz
forums-6897fc49cc40db666f7bf16425eedab283f9bf1d.tar.bz2
forums-6897fc49cc40db666f7bf16425eedab283f9bf1d.tar.xz
forums-6897fc49cc40db666f7bf16425eedab283f9bf1d.zip
oops forgot append_sid
git-svn-id: file:///svn/phpbb/trunk@1211 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/admin/admin_disallow.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/admin/admin_disallow.php b/phpBB/admin/admin_disallow.php
index b52ee9e769..bdd06ebb64 100644
--- a/phpBB/admin/admin_disallow.php
+++ b/phpBB/admin/admin_disallow.php
@@ -23,7 +23,7 @@
if($setmodules == 1)
{
$filename = basename(__FILE__);
- $module['Users']['Disallow'] = $filename;
+ $module['Users']['Disallow'] = append_sid($filename);
return;
}
@@ -119,7 +119,7 @@ $template->assign_vars(array(
"L_DELETE" => $lang['Delete'],
"L_ADD" => $lang['Add'],
"L_RESET" => $lang['Reset'],
- "S_FORM_ACTION" => 'admin_disallow.php',
+ "S_FORM_ACTION" => append_sid('admin_disallow.php'),
"L_EXPLAIN" => $lang['disallow_instructs'],
"L_DEL_DISALLOW" => $lang['del_disallow'],
"L_DEL_EXPLAIN" => $lang['del_disallow_explain'],