[phpwebapp-commits] CVS: documentation/config const.Paths.php,1.4,1.5
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-22 06:51:22
|
Update of /cvsroot/phpwebapp/documentation/config In directory sc8-pr-cvs1:/tmp/cvs-serv4885/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.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** const.Paths.php 15 Aug 2003 07:39:32 -0000 1.4 --- const.Paths.php 22 Aug 2003 06:51:17 -0000 1.5 *************** *** 1,17 **** <?php //constants of the paths in the application ! define("WEBAPP_PATH", UP_PATH."web_app/"); ! define("GRAPHICS", APP_URL."graphics/"); ! define("TPL_PATH", APP_PATH."templates/"); ! define("WOBJ_PATH", APP_PATH."webobjects/"); //define paths and URLs of the sample applications ! define("APP1_PATH", UP_PATH."app1/"); ! define("APP2_PATH", UP_PATH."app2/"); ! define("APP3_PATH", UP_PATH."app3/"); ! define("APP1_URL", UP_URL."app1/"); ! define("APP2_URL", UP_URL."app2/"); ! define("APP3_URL", UP_URL."app3/"); ?> --- 1,19 ---- <?php //constants of the paths in the application ! define("WEBAPP_PATH", UP_PATH."web_app/"); ! define("GRAPHICS", APP_URL."graphics/"); ! define("TPL_PATH", APP_PATH."templates/"); ! define("WOBJ_PATH", APP_PATH."webobjects/"); //define paths and URLs of the sample applications ! define("SAMPLE_PATH", UP_PATH."empty-sample/"); ! define("APP1_PATH", UP_PATH."app1/"); ! define("APP2_PATH", UP_PATH."app2/"); ! define("APP3_PATH", UP_PATH."app3/"); ! define("SAMPLE_URL", UP_URL."empty-sample/"); ! define("APP1_URL", UP_URL."app1/"); ! define("APP2_URL", UP_URL."app2/"); ! define("APP3_URL", UP_URL."app3/"); ?> |