Update of /cvsroot/phpmp/phpMP
In directory sc8-pr-cvs1:/tmp/cvs-serv308
Modified Files:
index.php
Log Message:
Trying to update paths...
Index: index.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/index.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -r1.50 -r1.51
*** index.php 14 Sep 2003 09:24:25 -0000 1.50
--- index.php 14 Sep 2003 21:35:19 -0000 1.51
***************
*** 24,28 ****
define('C_PHPMP_ROOT', './');
! include_once( C_PHPMP_ROOT . 'core/main.php' );
$Portal = new Portal();
--- 24,28 ----
define('C_PHPMP_ROOT', './');
! include_once( C_PHPMP_ROOT . CORE_DIR .'main.php' );
$Portal = new Portal();
|