[phpWebApp-commits] CVS: documentation/config const.Paths.php,1.2,1.2.4.1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2002-01-17 04:48:36
|
Update of /cvsroot/phpwebapp/documentation/config In directory usw-pr-cvs1:/tmp/cvs-serv14034 Modified Files: Tag: gablin_1 const.Paths.php Log Message: Index: const.Paths.php =================================================================== RCS file: /cvsroot/phpwebapp/documentation/config/const.Paths.php,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** const.Paths.php 2001/12/23 01:10:09 1.2 --- const.Paths.php 2002/01/17 04:48:33 1.2.4.1 *************** *** 1,5 **** <? //constants of the paths in the application ! define("APP_URL", "/documentation/"); define("WEBAPP_PATH", APP_PATH."../web_app/"); define("EVENTHANDLER_PATH", APP_PATH."event_handlers/"); --- 1,5 ---- <? //constants of the paths in the application ! define("APP_URL", "/gablin_1/"); define("WEBAPP_PATH", APP_PATH."../web_app/"); define("EVENTHANDLER_PATH", APP_PATH."event_handlers/"); |