* Add codes to control if it can be upgraded automatically or has a valid safe file.
This commit is contained in:
@@ -2474,6 +2474,8 @@ EOF;
|
||||
{
|
||||
if($this->app->isContainer()) return false;
|
||||
|
||||
if($this->app->hasValidSafeFile()) return false;
|
||||
|
||||
if($this->app->getModuleName() == 'upgrade' and $this->session->upgrading) return false;
|
||||
|
||||
$statusFile = $this->app->getAppRoot() . 'www' . DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . 'ok.txt';
|
||||
|
||||
Reference in New Issue
Block a user