SOURCES: eventum-config.php, eventum-config-setup.php - updated to...

glen glen at pld-linux.org
Mon Jun 13 11:10:22 CEST 2005


Author: glen                         Date: Mon Jun 13 09:10:22 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 1.5.4

---- Files affected:
SOURCES:
   eventum-config.php (1.6 -> 1.7) , eventum-config-setup.php (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/eventum-config.php
diff -u SOURCES/eventum-config.php:1.6 SOURCES/eventum-config.php:1.7
--- SOURCES/eventum-config.php:1.6	Fri Apr 22 10:53:57 2005
+++ SOURCES/eventum-config.php	Mon Jun 13 11:10:17 2005
@@ -11,6 +11,8 @@
 ini_set('allow_url_fopen', 0);
 ini_set("display_errors", 0);
 set_time_limit(0);
+set_magic_quotes_runtime(0);
+
 // prevent session from messing up the browser cache
 ini_set('session.cache_limiter', 'nocache');
 
@@ -41,6 +43,11 @@
 // define the user_id of system user
 if (!defined('APP_SYSTEM_USER_ID')) {
     define("APP_SYSTEM_USER_ID", 1);
+}
+
+// if full text searching is enabled
+if (!defined('APP_ENABLE_FULLTEXT')) {
+    define("APP_ENABLE_FULLTEXT", false);
 }
 
 if (!defined('APP_BENCHMARK')) {

================================================================
Index: SOURCES/eventum-config-setup.php
diff -u SOURCES/eventum-config-setup.php:1.1 SOURCES/eventum-config-setup.php:1.2
--- SOURCES/eventum-config-setup.php:1.1	Fri Apr 22 10:51:32 2005
+++ SOURCES/eventum-config-setup.php	Mon Jun 13 11:10:17 2005
@@ -65,5 +65,7 @@
 @define("APP_INTERNAL_COLOR", "#9C494B");
 
 @define("APP_BENCHMARK", false);
+// if full text searching is enabled
+ at define("APP_ENABLE_FULLTEXT", false);
 
-?>
\ No newline at end of file
+?>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-config.php?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-config-setup.php?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list