Update of /cvsroot/phpmp/phpMP
In directory sc8-pr-cvs1:/tmp/cvs-serv14472
Modified Files:
index.php
Log Message:
I updated a few remaining variables of PHPMP_ROOT to C_PHPMP_ROOT. I also fixed the Admin Panel by correcting the define()'s because the variables were not surrounded by ' (as in 'VARIABLE'). - GPHemsley
Index: index.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/index.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** index.php 29 Jun 2003 08:19:54 -0000 1.46
--- index.php 29 Jun 2003 19:38:20 -0000 1.47
***************
*** 23,28 ****
*/
! define("PHPMP_ROOT", "./");
! include_once( PHPMP_ROOT . 'includes/core.php' );
$Core = new Core();
--- 23,28 ----
*/
! define("C_PHPMP_ROOT", "./");
! include_once( C_PHPMP_ROOT . 'includes/core.php' );
$Core = new Core();
|