Skip to content

Commit

Permalink
Update check.php
Browse files Browse the repository at this point in the history
  • Loading branch information
directman66 committed Jan 29, 2019
1 parent b841b39 commit fb22f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/mercury/lk/check.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// $db = new mysql(DB_HOST, '', DB_USER, DB_PASSWORD, DB_NAME); //connecting to database

$db=mysqli_connect(DB_HOST, DB_USER, DB_PASSWORD, DB_NAME);
$db->set_charset("utf8");

// include_once("./load_settings.php");

Expand Down

0 comments on commit fb22f42

Please sign in to comment.