Merge branch 'sgm_fixbug' into 'master'
* Fix misc-ping bug. See merge request easycorp/zentaopms!4023
This commit is contained in:
@@ -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>";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user