mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Start of the admin frontend
git-svn-id: file:///svn/phpbb/trunk@639 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/***************************************************************************
|
||||
*
|
||||
* -------------------
|
||||
* begin : Saturday, Feb 13, 2001
|
||||
* begin : Thursday, Jul 12, 2001
|
||||
* copyright : (C) 2001 The phpBB Group
|
||||
* email : support@phpbb.com
|
||||
*
|
||||
@@ -22,6 +22,18 @@
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
if($setmodules==1)
|
||||
{
|
||||
$filename = basename(__FILE__);
|
||||
$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";
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user