feature #443134 - unlimited set_time_limit()

This commit is contained in:
Loïc Chapeaux
2001-11-09 22:35:46 +00:00
parent 9ef0dcc928
commit aa245fe53a
7 changed files with 25 additions and 9 deletions

View File

@@ -103,6 +103,9 @@ if (!defined('__LIB_COMMON__')){
include('./config.inc.php3');
// For compatibility with old config.inc.php3
if (!isset($cfgExecTimeLimit)) {
$cfgExecTimeLimit = 300; // 5 minuts
}
if (!isset($cfgShowStats)) {
$cfgShowStats = TRUE;
}