diff --git a/signup_page/signup_action.php b/signup_page/signup_action.php index ff6ac6c..931e886 100644 --- a/signup_page/signup_action.php +++ b/signup_page/signup_action.php @@ -6,7 +6,7 @@ $host = 'localhost'; $db = 'scream'; $user = 'root'; -$pass = ''; +$pass = 'scream'; $conn = new mysqli($host, $user, $pass, $db); @@ -40,4 +40,4 @@ $stmt->close(); $conn->close(); -?> \ No newline at end of file +?>