[phpMP-CVS] CVS: phpMP index.php,1.47,1.48
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-06-30 23:13:50
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv31961 Modified Files: index.php Log Message: A few small updates. Index: index.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/index.php,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -r1.47 -r1.48 *** index.php 29 Jun 2003 19:38:20 -0000 1.47 --- index.php 30 Jun 2003 23:13:47 -0000 1.48 *************** *** 23,27 **** */ ! define("C_PHPMP_ROOT", "./"); include_once( C_PHPMP_ROOT . 'includes/core.php' ); $Core = new Core(); --- 23,27 ---- */ ! define('C_PHPMP_ROOT', './'); include_once( C_PHPMP_ROOT . 'includes/core.php' ); $Core = new Core(); |