Update of /cvsroot/phpwebapp/lgpl-app2/config
In directory sc8-pr-cvs1:/tmp/cvs-serv19566/config
Modified Files:
const.Paths.php
Log Message:
Index: const.Paths.php
===================================================================
RCS file: /cvsroot/phpwebapp/lgpl-app2/config/const.Paths.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** const.Paths.php 28 Dec 2001 19:55:30 -0000 1.2
--- const.Paths.php 20 Feb 2003 10:43:41 -0000 1.3
***************
*** 1,5 ****
<?
//constants of the paths in the application
! define("APP_URL", "/app2/");
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/app2/");
define("WEBAPP_PATH", APP_PATH."../web_app/");
define("EVENTHANDLER_PATH", APP_PATH."event_handlers/");
|