SOURCES: eventum-config.php - webapps paths

glen glen at pld-linux.org
Wed Nov 30 14:08:21 CET 2005


Author: glen                         Date: Wed Nov 30 13:08:21 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- webapps paths

---- Files affected:
SOURCES:
   eventum-config.php (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/eventum-config.php
diff -u SOURCES/eventum-config.php:1.8 SOURCES/eventum-config.php:1.9
--- SOURCES/eventum-config.php:1.8	Wed Oct 26 16:18:47 2005
+++ SOURCES/eventum-config.php	Wed Nov 30 14:08:16 2005
@@ -4,7 +4,7 @@
  *
  * This configuration file sets up system paths for eventum.
  * You shouldn't be needing to change anything in this file.
- * All changes should go to /etc/eventum/config.php
+ * All changes should go to /etc/webapps/eventum/config.php
  * But, if You do need to change something in this config, please let us know!
  */
 
@@ -28,7 +28,7 @@
 ini_set("include_path", ".:" . APP_PEAR_PATH);
 
 define("APP_SETUP_PATH", APP_PATH);
-define("APP_SETUP_FILE", "/etc/eventum/setup.php");
+define("APP_SETUP_FILE", "/etc/webapps/eventum/setup.php");
 
 define("APP_ERROR_LOG", APP_LOG_PATH . "errors.log");
 define("APP_CLI_LOG", APP_LOG_PATH . "cli.log");
@@ -38,7 +38,7 @@
 define("APP_VERSION", "%{APP_VERSION}%");
 
 # include site config
-include_once '/etc/eventum/config.php';
+include_once '/etc/webapps/eventum/config.php';
 
 // define the user_id of system user
 if (!defined('APP_SYSTEM_USER_ID')) {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-config.php?r1=1.8&r2=1.9&f=u




More information about the pld-cvs-commit mailing list