From 2dcb6a4e427372c1f14eae392d0eee8bd2e38e1b Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Sun, 28 Nov 2010 21:42:02 +0100 Subject: [PATCH] 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? --- horde/config/conf.php.dist | 1 + 1 file changed, 1 insertion(+) 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; -- 2.11.0