From ceb23077605809eeef5bc8f0d112b55c7ef412ab Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 15 Jun 2022 19:59:40 +0800 Subject: [PATCH] 1 --- webapp/controller/ServerSwitchController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/controller/ServerSwitchController.class.php b/webapp/controller/ServerSwitchController.class.php index 50da18ab..2560509d 100644 --- a/webapp/controller/ServerSwitchController.class.php +++ b/webapp/controller/ServerSwitchController.class.php @@ -11,7 +11,6 @@ class ServerSwitchController extends BaseAuthedController { if (myself()->_getNowTime() > 1655337600) { array_push($openList, 2); } - array_push($openList, 2); myself()->_rspData(array( 'open_list' => $openList ));