mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +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;
|
||||
}
|
||||
|
||||
if (!is_null($this->_maxExecutionTime))
|
||||
ini_set("max_execution_time", $this->_maxExecutionTime);
|
||||
// if (!is_null($this->_maxExecutionTime))
|
||||
// ini_set("max_execution_time", $this->_maxExecutionTime);
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user