mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
set max execution time from settings
This commit is contained in:
parent
031751bd2f
commit
14e8d4ef02
|
@ -70,4 +70,7 @@ if (isset($settingsOLD)) {
|
|||
if(isset($settings->_extraPath))
|
||||
ini_set('include_path', $settings->_extraPath. PATH_SEPARATOR .ini_get('include_path'));
|
||||
|
||||
if(isset($settings->_maxExecutionTime))
|
||||
ini_set('max_execution_time', $settings->_maxExecutionTime);
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user