aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_forums.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-13 17:03:04 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-13 17:03:04 +0000
commit813016d706d57d5ebd0ca5dd947ac921d3333373 (patch)
tree3fc6c61ef7e531959a9d020dda391fe6b3184237 /phpBB/admin/admin_forums.php
parent8e49899bce210323dae4626138d5465b68c4fc58 (diff)
downloadforums-813016d706d57d5ebd0ca5dd947ac921d3333373.tar
forums-813016d706d57d5ebd0ca5dd947ac921d3333373.tar.gz
forums-813016d706d57d5ebd0ca5dd947ac921d3333373.tar.bz2
forums-813016d706d57d5ebd0ca5dd947ac921d3333373.tar.xz
forums-813016d706d57d5ebd0ca5dd947ac921d3333373.zip
Didnt I commit these?
git-svn-id: file:///svn/phpbb/trunk@650 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/admin_forums.php')
-rw-r--r--phpBB/admin/admin_forums.php15
1 files changed, 9 insertions, 6 deletions
diff --git a/phpBB/admin/admin_forums.php b/phpBB/admin/admin_forums.php
index 87c7eec98e..171ab3e9ae 100644
--- a/phpBB/admin/admin_forums.php
+++ b/phpBB/admin/admin_forums.php
@@ -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);
-
-?>
+?> \ No newline at end of file