[phpwebapp-commits] CVS: app2/config const.Paths.php,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-15 09:37:22
|
Update of /cvsroot/phpwebapp/app2/config In directory sc8-pr-cvs1:/tmp/cvs-serv6630/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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** const.Paths.php 7 Aug 2003 16:00:59 -0000 1.2 --- const.Paths.php 15 Aug 2003 09:10:10 -0000 1.3 *************** *** 1,8 **** <?php //constants of the paths in the application ! define("WEBAPP_PATH", APP_PATH."../web_app/"); ! define("EVENTHANDLER_PATH", APP_PATH."event_handlers/"); ! define("IMG_URL", APP_URL."img/"); ! define("TPL_PATH", APP_PATH."templates/"); ! define("TPL_URL", APP_URL."templates/"); ?> --- 1,7 ---- <?php //constants of the paths in the application ! define("WEBAPP_PATH", UP_PATH."web_app/"); ! define("TPL_PATH", APP_PATH."templates/"); ! define("TPL_URL", APP_URL."templates/"); ! define("IMG_URL", APP_URL."img/"); ?> |