[phpMP-CVS] CVS: phpMP index.php,1.33,1.34
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-02-09 01:03:49
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv5303 Modified Files: index.php Log Message: More Line break fixage. Index: index.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/index.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** index.php 9 Feb 2003 01:00:29 -0000 1.33 --- index.php 9 Feb 2003 01:03:45 -0000 1.34 *************** *** 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(); |