Merge branch 'sgm_fixbug' into 'master'

* Fix misc-ping bug.

See merge request easycorp/zentaopms!4023
This commit is contained in:
孙广明
2022-06-20 08:05:49 +00:00
+1 -1
View File
@@ -20,7 +20,7 @@ class misc extends control
public function ping()
{
if(mt_rand(0, 1) == 1) $this->loadModel('setting')->setSN();
echo "<html><head><meta http-equiv=refresh' content='600' /></head><body></body></html>";
echo "<html><head><meta http-equiv='refresh' content='600' /></head><body></body></html>";
}
/**