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 ----
|