mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
* [DEV] Fixed DB structure & UI tweaks
This commit is contained in:
@@ -125,8 +125,6 @@ class MySQLHandler implements DBStorageInterface
|
||||
|
||||
if (empty($this->dbHost) || empty($this->dbUser) || empty($this->dbPass) || empty($this->dbName)) {
|
||||
if ($isInstalled) {
|
||||
$this->dbStatus = 0;
|
||||
|
||||
Init::initError(_('No es posible conectar con la BD'), _('Compruebe los datos de conexión'));
|
||||
} else {
|
||||
throw new SPException(SPException::SP_CRITICAL,
|
||||
|
||||
Reference in New Issue
Block a user