mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +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:
@@ -1,5 +1,12 @@
|
||||
<?php
|
||||
|
||||
if($setmodules==1)
|
||||
{
|
||||
$filename = basename(__FILE__);
|
||||
$module['Auth']['users'] = $filename;
|
||||
return;
|
||||
}
|
||||
|
||||
chdir("../");
|
||||
|
||||
include('extension.inc');
|
||||
@@ -738,4 +745,4 @@ $template->pparse("body");
|
||||
|
||||
exit;
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user