Removed unnecessary class
This commit is contained in:
parent
edd4f06ad0
commit
63660b6fc0
1 changed files with 0 additions and 8 deletions
|
@ -27,9 +27,6 @@ class Update
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if the config files are set correctly
|
|
||||||
self::checkBaseSettings($_SERVER);
|
|
||||||
|
|
||||||
// Don't check the status if the last update was failed
|
// Don't check the status if the last update was failed
|
||||||
if (Config::get('system', 'update', Update::SUCCESS, true) == Update::FAILED) {
|
if (Config::get('system', 'update', Update::SUCCESS, true) == Update::FAILED) {
|
||||||
return;
|
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
|
* send the email and do what is needed to do on update fails
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue