Removed unnecessary class
This commit is contained in:
parent
edd4f06ad0
commit
63660b6fc0
|
@ -27,9 +27,6 @@ class Update
|
|||
return;
|
||||
}
|
||||
|
||||
// Check if the config files are set correctly
|
||||
self::checkBaseSettings($_SERVER);
|
||||
|
||||
// Don't check the status if the last update was failed
|
||||
if (Config::get('system', 'update', Update::SUCCESS, true) == Update::FAILED) {
|
||||
return;
|
||||
|
@ -225,11 +222,6 @@ class Update
|
|||
}
|
||||
}
|
||||
|
||||
public static function checkBaseSettings(array $server)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* send the email and do what is needed to do on update fails
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue