Update of /cvsroot/phpwebapp/documentation/config
In directory sc8-pr-cvs1:/tmp/cvs-serv11335/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.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** const.Paths.php 21 Feb 2003 08:18:23 -0000 1.1.1.1
--- const.Paths.php 23 Feb 2003 14:29:07 -0000 1.2
***************
*** 12,14 ****
--- 12,17 ----
define("APP2_PATH", APP_PATH."../app2/");
define("APP3_PATH", APP_PATH."../app3/");
+ define("APP1_URL", "/app1/");
+ define("APP2_URL", "/app2/");
+ define("APP3_URL", "/app3/");
?>
|