Skip to content

Commit

Permalink
Update connection.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dulanjayabhanu authored Jun 3, 2024
1 parent c037dab commit 8cb6928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

Expand All @@ -21,4 +21,4 @@ public static function search($q){
}
}

?>
?>

0 comments on commit 8cb6928

Please sign in to comment.