Update of /cvsroot/phpwebapp/documentation/config
In directory usw-pr-cvs1:/tmp/cvs-serv10770/config
Modified Files:
Tag: netzmacher_1
const.Paths.php
Log Message:
Index: const.Paths.php
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/config/const.Paths.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** const.Paths.php 2001/12/23 01:10:09 1.2
--- const.Paths.php 2001/12/25 23:15:54 1.2.2.1
***************
*** 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", "/netzmacher_1/");
define("WEBAPP_PATH", APP_PATH."../web_app/");
define("EVENTHANDLER_PATH", APP_PATH."event_handlers/");
|