mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
Didnt I commit these?
git-svn-id: file:///svn/phpbb/trunk@650 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -22,18 +22,21 @@
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
if($setmodules==1)
|
||||
if( $setmodules == 1 )
|
||||
{
|
||||
$filename = basename(__FILE__);
|
||||
$module['forums']['add'] = "$filename?mode=add";
|
||||
$module['forums']['edit'] = "$filename?mode=edit";
|
||||
$module['forums']['delete'] = "$filename?mode=delete";
|
||||
$module['Forums']['add'] = "$filename?mode=add";
|
||||
$module['Forums']['edit'] = "$filename?mode=edit";
|
||||
$module['Forums']['delete'] = "$filename?mode=delete";
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
print "Got past the \$setmodules check<br>\n";
|
||||
print "Requested action was: $mode<br>\n";
|
||||
|
||||
$phpbb_root_path = "./../";
|
||||
include($phpbb_root_path . 'extension.inc');
|
||||
include($phpbb_root_path . 'common.'.$phpEx);
|
||||
|
||||
|
||||
?>
|
||||
?>
|
Reference in New Issue
Block a user