Add mandatory setting.
authorGunnar Wrobel <p@rdus.de>
Sun, 28 Nov 2010 20:42:02 +0000 (21:42 +0100)
committerGunnar Wrobel <p@rdus.de>
Sun, 28 Nov 2010 20:42:02 +0000 (21:42 +0100)
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

index 26ce7ba..b9a3c61 100644 (file)
@@ -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;