[phpwebapp-commits] CVS: documentation/config const.Paths.php,1.3,1.4
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-15 08:22:13
|
Update of /cvsroot/phpwebapp/documentation/config In directory sc8-pr-cvs1:/tmp/cvs-serv24718/config Modified Files: const.Paths.php Log Message: Index: const.Paths.php =================================================================== RCS file: /cvsroot/phpwebapp/documentation/config/const.Paths.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** const.Paths.php 7 Aug 2003 15:54:14 -0000 1.3 --- const.Paths.php 15 Aug 2003 07:39:32 -0000 1.4 *************** *** 2,6 **** //constants of the paths in the application define("WEBAPP_PATH", UP_PATH."web_app/"); - define("EVENTHANDLER_PATH", APP_PATH."event_handlers/"); define("GRAPHICS", APP_URL."graphics/"); --- 2,5 ---- |