From 813016d706d57d5ebd0ca5dd947ac921d3333373 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 13 Jul 2001 17:03:04 +0000 Subject: Didnt I commit these? git-svn-id: file:///svn/phpbb/trunk@650 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/admin_forums.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'phpBB/admin/admin_forums.php') 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
\n"; print "Requested action was: $mode
\n"; +$phpbb_root_path = "./../"; +include($phpbb_root_path . 'extension.inc'); +include($phpbb_root_path . 'common.'.$phpEx); - -?> +?> \ No newline at end of file -- cgit v1.2.1