[phpwebapp-commits] CVS: app1/config const.Paths.php,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-16 00:52:35
|
Update of /cvsroot/phpwebapp/app1/config In directory sc8-pr-cvs1:/tmp/cvs-serv31719/config Modified Files: const.Paths.php Log Message: improvments of app1 Index: const.Paths.php =================================================================== RCS file: /cvsroot/phpwebapp/app1/config/const.Paths.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** const.Paths.php 7 Aug 2003 15:58:49 -0000 1.2 --- const.Paths.php 15 Aug 2003 08:15:53 -0000 1.3 *************** *** 1,6 **** <?php //constants of the paths in the application ! define("WEBAPP_PATH", APP_PATH."../web_app/"); ! define("EVENTHANDLER_PATH", APP_PATH."event_handlers/"); ! define("TPL_PATH", APP_PATH); ?> --- 1,5 ---- <?php //constants of the paths in the application ! define("WEBAPP_PATH", UP_PATH."web_app/"); ! define("TPL_PATH", APP_PATH); ?> |