Update of /cvsroot/phpwebapp/lgpl-documentation/config
In directory sc8-pr-cvs1:/tmp/cvs-serv19092/config
Modified Files:
const.Paths.php
Log Message:
Index: const.Paths.php
===================================================================
RCS file: /cvsroot/phpwebapp/lgpl-documentation/config/const.Paths.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** const.Paths.php 23 Dec 2001 01:10:09 -0000 1.2
--- const.Paths.php 20 Feb 2003 10:42:05 -0000 1.3
***************
*** 1,5 ****
<?
//constants of the paths in the application
! define("APP_URL", "/documentation/");
define("WEBAPP_PATH", APP_PATH."../web_app/");
define("EVENTHANDLER_PATH", APP_PATH."event_handlers/");
--- 1,5 ----
<?
//constants of the paths in the application
! define("APP_URL", "/lgpl/documentation/");
define("WEBAPP_PATH", APP_PATH."../web_app/");
define("EVENTHANDLER_PATH", APP_PATH."event_handlers/");
***************
*** 11,13 ****
--- 11,15 ----
define("APP1_PATH", APP_PATH."../app1/");
define("APP2_PATH", APP_PATH."../app2/");
+ define("APP1_URL", "/lgpl/app1/");
+ define("APP2_URL", "/lgpl/app2/");
?>
|