- Remove upgradeModel::checkSafeFile, it is no longer in use.

This commit is contained in:
liumengyi
2023-12-19 18:26:29 +08:00
parent 213653027d
commit 19251cf673
-11
View File
@@ -2161,17 +2161,6 @@ class upgradeModel extends model
return $this->app->getTmpRoot() . 'log/upgrade.' . date('Ymd') . '.log.php';
}
/**
* Check safe file.
*
* @access public
* @return string|false
*/
public function checkSafeFile()
{
return $this->loadModel('common')->checkSafeFile();
}
/**
* Check weither process or not.
*