mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
oops forgot append_sid
git-svn-id: file:///svn/phpbb/trunk@1211 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
265cabc30e
commit
6897fc49cc
1 changed files with 2 additions and 2 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue