From 172d5b306361057cc8bbf78abb99432032d584b3 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 2 Nov 2023 13:11:14 +0100 Subject: [PATCH] do not set max_execution_time in constructor, it will be set later --- inc/inc.ClassSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/inc.ClassSettings.php b/inc/inc.ClassSettings.php index 2aa5f1932..c1fe6f3b4 100644 --- a/inc/inc.ClassSettings.php +++ b/inc/inc.ClassSettings.php @@ -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); } /* }}} */ /**