* Merge: Fix bug #35773, backend access timeout.

This commit is contained in:
hufangzhou
2023-11-07 11:01:50 +08:00
parent 42b2c497b4
commit dcc3d05025
+2
View File
@@ -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')
{