From eef1a2f900ab6f32fa52bcf4db7c7b12fbce33b2 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 23 May 2025 12:07:08 +0800 Subject: [PATCH] * [refac bug #62796] Adjust for oceanbase. --- module/install/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/install/control.php b/module/install/control.php index c66c9de8fd..187111e537 100644 --- a/module/install/control.php +++ b/module/install/control.php @@ -24,6 +24,8 @@ class install extends control if(!$this->app->installing && $this->app->tab != 'devops' && !isInModal()) helper::end(); + set_time_limit(0); + $this->app->loadLang('user'); $this->app->loadLang('admin'); $this->config->webRoot = getWebRoot();