From: Gunnar Wrobel Date: Sun, 28 Nov 2010 20:42:02 +0000 (+0100) Subject: Add mandatory setting. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2dcb6a4e427372c1f14eae392d0eee8bd2e38e1b;p=horde.git Add mandatory setting. If this value is not present the startup fails with Undefined index: max_exec_time in Registry.php on line 345. Or should the Registry define its own default? --- diff --git a/horde/config/conf.php.dist b/horde/config/conf.php.dist index 26ce7ba25..b9a3c6168 100644 --- a/horde/config/conf.php.dist +++ b/horde/config/conf.php.dist @@ -64,6 +64,7 @@ $conf['testdisable'] = true; $conf['debug_level'] = E_ALL & ~E_NOTICE; $conf['umask'] = 077; $conf['compress_pages'] = true; +$conf['max_exec_time'] = 0; $conf['session']['name'] = 'Horde'; $conf['session']['cache_limiter'] = 'nocache'; $conf['session']['timeout'] = 0;