* Merge: Fix bug #35773, backend access timeout.
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user