Removed unnecessary class

This commit is contained in:
Philipp Holzer 2019-04-08 23:29:37 +02:00
parent edd4f06ad0
commit 63660b6fc0
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 0 additions and 8 deletions

View File

@ -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
*