[phpWebApp-commits] CVS: lgpl-app1/config const.Paths.php,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-02-20 10:43:03
|
Update of /cvsroot/phpwebapp/lgpl-app1/config In directory sc8-pr-cvs1:/tmp/cvs-serv19338/config Modified Files: const.Paths.php Log Message: Index: const.Paths.php =================================================================== RCS file: /cvsroot/phpwebapp/lgpl-app1/config/const.Paths.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** const.Paths.php 12 Dec 2001 01:13:19 -0000 1.1.1.1 --- const.Paths.php 20 Feb 2003 10:43:00 -0000 1.2 *************** *** 1,7 **** ! <? ! //constants of the paths in the application ! define("APP_URL", "/app1/"); ! define("WEBAPP_PATH", APP_PATH."../web_app/"); ! define("EVENTHANDLER_PATH", APP_PATH."event_handlers/"); ! define("TPL_PATH", APP_PATH); ?> --- 1,7 ---- ! <? ! //constants of the paths in the application ! define("APP_URL", "/lgpl/app1/"); ! define("WEBAPP_PATH", APP_PATH."../web_app/"); ! define("EVENTHANDLER_PATH", APP_PATH."event_handlers/"); ! define("TPL_PATH", APP_PATH); ?> |