From dcc3d050253d2ddea64fd0eb90a99da4c2c0db89 Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Tue, 7 Nov 2023 11:01:46 +0800 Subject: [PATCH] * Merge: Fix bug #35773, backend access timeout. --- module/admin/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/admin/control.php b/module/admin/control.php index ade341900c..2b00629f52 100755 --- a/module/admin/control.php +++ b/module/admin/control.php @@ -37,6 +37,8 @@ class admin extends control */ public function index() { + set_time_limit(0); + $community = zget($this->config->global, 'community', ''); if(!$community or $community == 'na') {