1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Didnt I commit these?

git-svn-id: file:///svn/phpbb/trunk@650 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-07-13 17:03:04 +00:00
parent 8e49899bce
commit 813016d706
7 changed files with 115 additions and 68 deletions

View File

@@ -25,15 +25,19 @@
if($setmodules==1)
{
$file = basename(__FILE__);
$module['board']['config'] = $file;
$module['General']['config'] = $file;
//$module['users']['edit'] = $file.'?mode=edit';
//$module['users']['delete'] = $file.'?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);
?>
?>