From f351e92704360e2c5d31a5a1515e192116024a8b Mon Sep 17 00:00:00 2001 From: nolanwhy Date: Sat, 4 Feb 2023 22:56:34 +0100 Subject: [PATCH] Update config.php --- core/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/config.php b/core/config.php index 22c99c8..7a96552 100644 --- a/core/config.php +++ b/core/config.php @@ -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);