Update of /cvsroot/phpwebapp/top10/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31257/config
Modified Files:
const.Debug.php
Log Message:
Index: const.Debug.php
===================================================================
RCS file: /cvsroot/phpwebapp/top10/config/const.Debug.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** const.Debug.php 18 Apr 2005 10:08:17 -0000 1.2
--- const.Debug.php 6 Jul 2005 14:06:41 -0000 1.3
***************
*** 47,51 ****
* around each file that is included in the page
*/
! define("DEBUG_INCLUDES", true);
/**
--- 47,51 ----
* around each file that is included in the page
*/
! define("DEBUG_INCLUDES", false);
/**
|