[phpwebapp-commits] CVS: app2/config const.Paths.php,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-07 16:01:02
|
Update of /cvsroot/phpwebapp/app2/config In directory sc8-pr-cvs1:/tmp/cvs-serv6356/config Modified Files: const.Paths.php Log Message: Index: const.Paths.php =================================================================== RCS file: /cvsroot/phpwebapp/app2/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 21 Feb 2003 08:24:11 -0000 1.1.1.1 --- const.Paths.php 7 Aug 2003 16:00:59 -0000 1.2 *************** *** 1,5 **** <?php //constants of the paths in the application - define("APP_URL", "/app2/"); define("WEBAPP_PATH", APP_PATH."../web_app/"); define("EVENTHANDLER_PATH", APP_PATH."event_handlers/"); --- 1,4 ---- |