[phpMP-CVS] CVS: phpMP index.php,1.34,1.35
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-02-09 21:19:09
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv8579 Modified Files: index.php Log Message: Added timezones. Index: index.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/index.php,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** index.php 9 Feb 2003 01:03:45 -0000 1.34 --- index.php 9 Feb 2003 21:19:05 -0000 1.35 *************** *** 4,8 **** <?php ! define( "C_PHPMP_ROOT", "./" ); include_once( C_PHPMP_ROOT . 'includes/core.php' ); $Core = new Core(); --- 4,8 ---- <?php ! define("C_PHPMP_ROOT", "./"); include_once( C_PHPMP_ROOT . 'includes/core.php' ); $Core = new Core(); |