Skip to content

Commit

Permalink
Update connect-db.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Morc authored Jan 13, 2021
1 parent 15ca037 commit df6ed7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/php/connect-db.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
try
{
$db = new PDO('mysql:host=localhost;dbname=iplogger;charset=utf8', 'morc', 'tttttt');
$db = new PDO('mysql:host=localhost;dbname=iplogger;charset=utf8', 'username', 'password');
}
catch(Exception $e)
{
Expand Down

0 comments on commit df6ed7d

Please sign in to comment.