Skip to content

Commit 7053093

Browse files
Fix: Local db password
1 parent 7d6df9e commit 7053093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

account/includes/connect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
session_start();
33
$servername = "127.0.0.1";
44
$server_user = "root";
5-
$server_pass = "normally";
5+
$server_pass = "";
66
$dbname = "food";
77
$name = $_SESSION['name'];
88
$role = $_SESSION['role'];

0 commit comments

Comments
 (0)