Skip to content

Commit

Permalink
Update db.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pepiuox committed Aug 27, 2020
1 parent c61cb6c commit 846989f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

define('DBHOST', 'localhost');
define('DBUSER', 'root');
define('DBPASS', 'truelove');
define('DBNAME', 'login_system');
define('DBPASS', 'password');
define('DBNAME', 'easy_crud');
$link = new mysqli(DBHOST, DBUSER, DBPASS, DBNAME);

/* If connection fails for some reason */
Expand Down

0 comments on commit 846989f

Please sign in to comment.