From 82245e8a885fa470782213a06ea3f277310651a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B9=BF=E6=98=8E?= Date: Mon, 20 Jun 2022 16:04:07 +0800 Subject: [PATCH] * Fix misc-ping bug. --- module/misc/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/misc/control.php b/module/misc/control.php index b9998c962b..145eaf6616 100644 --- a/module/misc/control.php +++ b/module/misc/control.php @@ -20,7 +20,7 @@ class misc extends control public function ping() { if(mt_rand(0, 1) == 1) $this->loadModel('setting')->setSN(); - echo ""; + echo ""; } /**