Update config.php

This commit is contained in:
nolanwhy 2023-02-04 22:56:34 +01:00
parent e36437efb9
commit f351e92704
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ $sql = [
"pass" => ""
];
//fsd
try {
$con = new PDO("mysql:dbname=".$sql["dbname"].";host=".$sql["host"].";port=".$sql["port"], $sql["user"], $sql["pass"]);
$con->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING);