Update config.php
This commit is contained in:
parent
e36437efb9
commit
f351e92704
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue