1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

System config admin section started. Can view settings but can't modify them at the moment

git-svn-id: file:///svn/phpbb/trunk@750 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-07-24 22:11:24 +00:00
parent 7dfe41c0b9
commit 982566faa0
5 changed files with 301 additions and 162 deletions

View File

@@ -34,9 +34,6 @@ if($from_index != 1)
$phpbb_root_path = "./../";
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$template_header = "admin/page_header.tpl";
include('page_header_admin.'.$phpEx);
}
//