mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-14 20:36:46 +01:00
* [MOD] Improved DB connection
* [MOD] Updated translations
This commit is contained in:
@@ -153,7 +153,7 @@ class MySQLHandler implements DBStorageInterface
|
||||
}
|
||||
}
|
||||
|
||||
$this->db->setAttribute(PDO::ATTR_EMULATE_PREPARES, true);
|
||||
$this->db->setAttribute(PDO::ATTR_EMULATE_PREPARES, false);
|
||||
$this->db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
|
||||
|
||||
return $this->db;
|
||||
|
||||
Reference in New Issue
Block a user