|
From: Jon O. <jon...@us...> - 2005-05-06 06:48:07
|
Update of /cvsroot/mxbb/core27x/contrib/replace_phpbb_admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13016/contrib/replace_phpbb_admin Added Files: index.php install.txt Log Message: Initital core 2.7.x commit :-) --- NEW FILE: install.txt --- If your will only one "Administration Panel". Go to your phpbb/admin directory. Rename index.php to index_old.php Copy the index.php in the phpbb/admin directory. Edit index.php and replace "www.your_host.com" by your portal adress. --- NEW FILE: index.php --- <HEAD> <SCRIPT language="JavaScript"> <!-- window.location="http://www.your_host.com/admin/index.php"; //--> </SCRIPT> </HEAD> |