[phpMP-CVS] CVS: phpMP/core main.php,1.9,1.10
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-09-15 06:54:02
|
Update of /cvsroot/phpmp/phpMP/core In directory sc8-pr-cvs1:/tmp/cvs-serv7074/core Modified Files: main.php Log Message: A few more minor updates. Index: main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/core/main.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** main.php 15 Sep 2003 06:40:24 -0000 1.9 --- main.php 15 Sep 2003 06:53:55 -0000 1.10 *************** *** 76,81 **** include_once(C_PHPMP_ROOT . CORE_DIR . 'constants.php'); - - if(DEBUG_ON) { echo "Included constants.php.<br>\n"; } // Globalize all major class-containing variables. --- 76,79 ---- |