mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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'],
|
||||
|
@@ -45,7 +45,7 @@ if( !empty($setmodules) )
|
||||
//
|
||||
$phpbb_root_dir = "./../";
|
||||
require('pagestart.inc');
|
||||
include($phpbb_root_path . 'includes/prune.php');
|
||||
include($phpbb_root_path . 'includes/prune.'.$phpEx);
|
||||
|
||||
//
|
||||
// Get the forum ID for pruning
|
||||
|
Reference in New Issue
Block a user