- Remove upgradeModel::checkSafeFile, it is no longer in use.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user