Skip to content

Commit 8cb6928

Browse files
Update connection.php
1 parent c037dab commit 8cb6928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

connection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Database{
55

66
public static function setUpConnection(){
77
if(!isset(Database::$connection)){
8-
Database::$connection = new mysqli("localhost","root","459@SofT#374","helphub","3306");
8+
Database::$connection = new mysqli("localhost","root","","helphub","3306");
99
}
1010
}
1111

@@ -21,4 +21,4 @@ public static function search($q){
2121
}
2222
}
2323

24-
?>
24+
?>

0 commit comments

Comments
 (0)