mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-19 16:11:41 +00:00
do not set max_execution_time in constructor, it will be set later
This commit is contained in:
parent
4b887c987b
commit
172d5b3063
|
@ -383,8 +383,8 @@ class Settings { /* {{{ */
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_null($this->_maxExecutionTime))
|
// if (!is_null($this->_maxExecutionTime))
|
||||||
ini_set("max_execution_time", $this->_maxExecutionTime);
|
// ini_set("max_execution_time", $this->_maxExecutionTime);
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user