|
From: Andrew <men...@us...> - 2005-12-17 20:30:26
|
Update of /cvsroot/mxbb/core/contrib/replace_phpbb_admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13746/contrib/replace_phpbb_admin Modified Files: install.txt Log Message: Comprehension-related edits Index: install.txt =================================================================== RCS file: /cvsroot/mxbb/core/contrib/replace_phpbb_admin/install.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** install.txt 17 Dec 2005 14:50:50 -0000 1.2 --- install.txt 17 Dec 2005 20:30:16 -0000 1.3 *************** *** 1,8 **** ! If your will direct all calls to the phpbb adminCP to the mxBB adminCP (integrating the phpBB adminCP), do this. ! 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. ! --- 1,7 ---- ! If you want to direct all calls from the phpBB AdminCP to the mxBB AdminCP (the latter integrates the phpBB AdminCP within its own), do this: ! Go to your /phpbbroot/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" with your portal adress. \ No newline at end of file |