[phpMP-CVS] CVS: phpMP index.php,1.51,1.52
Status: Pre-Alpha
Brought to you by:
heimidal
From: Adam A. <ra...@us...> - 2003-09-14 21:50:36
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv3566 Modified Files: index.php Log Message: Including the directories file might help... Index: index.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/index.php,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -r1.51 -r1.52 *** index.php 14 Sep 2003 21:35:19 -0000 1.51 --- index.php 14 Sep 2003 21:50:32 -0000 1.52 *************** *** 24,27 **** --- 24,28 ---- define('C_PHPMP_ROOT', './'); + include_once( C_PHPMP_ROOT . 'directories.php' ); include_once( C_PHPMP_ROOT . CORE_DIR .'main.php' ); $Portal = new Portal(); |