mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
More hard-coded .php extensions
git-svn-id: file:///svn/phpbb/trunk@1984 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -119,7 +119,7 @@ $template->set_filenames(array(
|
||||
|
||||
$template->assign_vars(array(
|
||||
"S_DISALLOW_SELECT" => $disallow_select,
|
||||
"S_FORM_ACTION" => append_sid('admin_disallow.php'),
|
||||
"S_FORM_ACTION" => append_sid("admin_disallow.$phpEx"),
|
||||
|
||||
"L_INFO" => $output_info,
|
||||
"L_DISALLOW_TITLE" => $lang['Disallow_control'],
|
||||
|
Reference in New Issue
Block a user