This commit is contained in:
hufangzhou
2023-06-06 13:54:13 +08:00
parent 74696338e9
commit d9c6d455a3
+3
View File
@@ -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')
{