1 |
jpp |
1.1 |
diff -Nur smeserver-horde-1.0.0.old/root/etc/e-smith/templates/usr/share/horde/config/conf.php/100ConfHordePHP smeserver-horde-1.0.0/root/etc/e-smith/templates/usr/share/horde/config/conf.php/100ConfHordePHP |
2 |
|
|
--- smeserver-horde-1.0.0.old/root/etc/e-smith/templates/usr/share/horde/config/conf.php/100ConfHordePHP 2020-03-20 16:59:13.611000000 -0400 |
3 |
|
|
+++ smeserver-horde-1.0.0/root/etc/e-smith/templates/usr/share/horde/config/conf.php/100ConfHordePHP 2020-03-20 17:02:34.045000000 -0400 |
4 |
|
|
@@ -2,7 +2,10 @@ |
5 |
|
|
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */ |
6 |
jpp |
1.2 |
// $Id: smeserver-horde-1.0.0-bz10824-warnings_strict.patch,v 1.1 2020/03/20 21:05:45 jpp Exp $ |
7 |
jpp |
1.1 |
$conf['vhosts'] = false; |
8 |
|
|
-$conf['debug_level'] = E_ALL & ~E_NOTICE & ~E_DEPRECATED; |
9 |
|
|
+$conf['debug_level'] = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_WARNING; |
10 |
|
|
+if (defined('E_STRICT')) \{ |
11 |
|
|
+ $conf['debug_level'] &= ~E_STRICT; |
12 |
|
|
+\} |
13 |
|
|
$conf['max_exec_time'] = 0; |
14 |
|
|
$conf['compress_pages'] = true; |
15 |
|
|
$conf['secret_key'] = '{$horde{SecretKey}}'; |