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 --- smeserver-horde-1.0.0.old/root/etc/e-smith/templates/usr/share/horde/config/conf.php/100ConfHordePHP 2020-03-10 13:27:16.855000000 -0400 +++ smeserver-horde-1.0.0/root/etc/e-smith/templates/usr/share/horde/config/conf.php/100ConfHordePHP 2020-03-10 13:30:05.371000000 -0400 @@ -2,7 +2,10 @@ /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */ // $Id: 08fc885cd91fbae2d752e274b554c5f1645129c8 $ $conf['vhosts'] = false; -$conf['debug_level'] = E_ALL & ~E_NOTICE & ~E_DEPRECATED; +$conf['debug_level'] = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_WARNING; +if (defined('E_STRICT')) \{ + $conf['debug_level'] &= ~E_STRICT; +\} $conf['max_exec_time'] = 0; $conf['compress_pages'] = true; $conf['secret_key'] = '{$horde{SecretKey}}';