From d9c6d455a387ae256fb3dcdd7f0dc98fad2aa88f Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Tue, 6 Jun 2023 13:54:13 +0800 Subject: [PATCH] * Fix bug #35773. --- module/admin/control.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/admin/control.php b/module/admin/control.php index fdc3d5356a..3cea1d7d4a 100755 --- a/module/admin/control.php +++ b/module/admin/control.php @@ -32,11 +32,14 @@ class admin extends control /** * Index page. + * * @access public * @return void */ public function index() { + set_time_limit(0); + $community = zget($this->config->global, 'community', ''); if(!$community or $community == 'na') {