[phpwebapp-commits] CVS: top10/config const.Paths.php,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-09-24 15:00:21
|
Update of /cvsroot/phpwebapp/top10/config In directory sc8-pr-cvs1:/tmp/cvs-serv4428 Modified Files: const.Paths.php Log Message: *** empty log message *** Index: const.Paths.php =================================================================== RCS file: /cvsroot/phpwebapp/top10/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 23 Sep 2003 14:04:12 -0000 1.1.1.1 --- const.Paths.php 24 Sep 2003 15:00:16 -0000 1.2 *************** *** 5,9 **** /** */ //constants of the paths in the application ! define("WEBAPP_PATH", UP_PATH."sf/web_app/"); define("TPL_PATH", APP_PATH."templates/"); define("TPL_URL", APP_URL."templates/"); --- 5,9 ---- /** */ //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/"); |