1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 10:44:20 +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:
Bart van Bragt
2001-07-13 14:16:11 +00:00
parent 2fd984b370
commit 384371cdc7
7 changed files with 121 additions and 8 deletions

View File

@@ -1,5 +1,13 @@
<?php
if($setmodules==1)
{
$filename = basename(__FILE__);
$module['Auth']['forums'] = $filename;
return;
}
chdir("../");
include('extension.inc');
@@ -416,4 +424,4 @@ Copyright &copy; 2001 phpBB Group, All Rights Reserved</font>
<br>
</body>
</html>
</html>