Update of /cvsroot/phpwebapp/app1/config
In directory sc8-pr-cvs1:/tmp/cvs-serv5887/config
Modified Files:
const.Paths.php
Log Message:
Index: const.Paths.php
===================================================================
RCS file: /cvsroot/phpwebapp/app1/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:23:38 -0000 1.1.1.1
--- const.Paths.php 7 Aug 2003 15:58:49 -0000 1.2
***************
*** 1,5 ****
<?php
//constants of the paths in the application
- define("APP_URL", "/app1/");
define("WEBAPP_PATH", APP_PATH."../web_app/");
define("EVENTHANDLER_PATH", APP_PATH."event_handlers/");
--- 1,4 ----
|