Update of /cvsroot/phpwebapp/documentation/config
In directory sc8-pr-cvs1:/tmp/cvs-serv14889/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.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** const.Paths.php 25 Aug 2003 13:29:19 -0000 1.6
--- const.Paths.php 25 Aug 2003 16:12:35 -0000 1.7
***************
*** 38,40 ****
--- 38,42 ----
define("APP2_URL", UP_URL."app2/");
define("APP3_URL", UP_URL."app3/");
+
+ define("HOME_URL", "http://phpwebapp.sourceforge.net/");
?>
|