From 8cb6928d71e56a49d3868dec62e3693701bc886e Mon Sep 17 00:00:00 2001 From: Dulanjaya Bhanu <146608946+dulanjayabhanu@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:29:52 +0530 Subject: [PATCH] Update connection.php --- connection.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connection.php b/connection.php index 379568e..9930c87 100644 --- a/connection.php +++ b/connection.php @@ -5,7 +5,7 @@ class Database{ public static function setUpConnection(){ if(!isset(Database::$connection)){ - Database::$connection = new mysqli("localhost","root","459@SofT#374","helphub","3306"); + Database::$connection = new mysqli("localhost","root","","helphub","3306"); } } @@ -21,4 +21,4 @@ public static function search($q){ } } -?> \ No newline at end of file +?>