Compare commits

..

No commits in common. "5993ada1829866480777911fff53f44b3a13f731" and "e37979484687c9ab74faefedb2d56bfe41416efe" have entirely different histories.

1 changed files with 0 additions and 5 deletions

View File

@ -28,11 +28,6 @@
} }
} }
try { try {
$conn = new PDO("mysql:host=$mariaServer;dbname=$mariaDb", $mariaUser, $mariaPass); $conn = new PDO("mysql:host=$mariaServer;dbname=$mariaDb", $mariaUser, $mariaPass);
$conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);