projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0a31e5
)
Add mandatory setting.
author
Gunnar Wrobel
<p@rdus.de>
Sun, 28 Nov 2010 20:42:02 +0000
(21:42 +0100)
committer
Gunnar 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
patch
|
blob
|
history
diff --git
a/horde/config/conf.php.dist
b/horde/config/conf.php.dist
index
26ce7ba
..
b9a3c61
100644
(file)
--- 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;