[phpwebapp-commits] CVS: documentation/config const.Debug.php,1.3,1.4 const.Paths.php,1.7,1.8
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-07-06 15:27:49
|
Update of /cvsroot/phpwebapp/documentation/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3078/config Modified Files: const.Debug.php const.Paths.php Log Message: Index: const.Debug.php =================================================================== RCS file: /cvsroot/phpwebapp/documentation/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:08:43 -0000 1.3 --- const.Debug.php 6 Jul 2005 15:27:24 -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); /** Index: const.Paths.php =================================================================== RCS file: /cvsroot/phpwebapp/documentation/config/const.Paths.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** const.Paths.php 25 Aug 2003 16:12:35 -0000 1.7 --- const.Paths.php 6 Jul 2005 15:27:24 -0000 1.8 *************** *** 24,30 **** define("WEBAPP_PATH", UP_PATH."web_app/"); ! define("GRAPHICS", APP_URL."graphics/"); ! define("TPL_PATH", APP_PATH."templates/"); ! define("WOBJ_PATH", APP_PATH."webobjects/"); //define paths and URLs of the sample applications --- 24,30 ---- define("WEBAPP_PATH", UP_PATH."web_app/"); ! define("GRAPHICS", "graphics/"); ! define("TPL_PATH", "templates/"); ! define("WOBJ_PATH", "webobjects/"); //define paths and URLs of the sample applications |