Update of /cvsroot/phpwebapp/empty-sample/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31097/config
Modified Files:
const.Debug.php
Log Message:
Index: const.Debug.php
===================================================================
RCS file: /cvsroot/phpwebapp/empty-sample/config/const.Debug.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** const.Debug.php 18 Apr 2005 10:00:41 -0000 1.3
--- const.Debug.php 6 Jul 2005 14:06:11 -0000 1.4
***************
*** 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);
/**
|