Compare commits
No commits in common. "5993ada1829866480777911fff53f44b3a13f731" and "e37979484687c9ab74faefedb2d56bfe41416efe" have entirely different histories.
5993ada182
...
e379794846
|
@ -28,11 +28,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
try {
|
||||
$conn = new PDO("mysql:host=$mariaServer;dbname=$mariaDb", $mariaUser, $mariaPass);
|
||||
$conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
|
||||
|
|
Loading…
Reference in New Issue