Skip to content

Commit

Permalink
Fix: Local db password
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikjadhav01 committed Jan 1, 2024
1 parent 7d6df9e commit 7053093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account/includes/connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
session_start();
$servername = "127.0.0.1";
$server_user = "root";
$server_pass = "normally";
$server_pass = "";
$dbname = "food";
$name = $_SESSION['name'];
$role = $_SESSION['role'];
Expand Down

0 comments on commit 7053093

Please sign in to comment.