Removed development only header

pull/628/head
TimZ99 2018-08-29 22:31:20 +02:00
parent 7c3b5e22ae
commit 35efcaafd0
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ if (!defined('PSM_INSTALL') || !PSM_INSTALL) {
// config load OK, make sure database version is up to date
$installer = new \psm\Util\Install\Installer($db);
if ($installer->isUpgradeRequired()) {
header('Location: install.php');
trigger_error("Your database is for an older version and requires an upgrade, <a href=\"install.php\">please click here</a> to update your database to the latest version.", E_USER_ERROR);
}
}