Skip to content

Commit

Permalink
Sanitize.
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenChrysus committed Jan 28, 2017
1 parent 050f913 commit 9f1cbec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/database.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$sqlHost = "localhost";
$sqlUsername = "focusgoj_G3siD4y";
$sqlPassword = "1j4S:-5835d7MC;6fQ=5O^8;7||ugm";
$sqlDatabase = "focusgoj_3gS8x63Ye3XpKBz";
$sqlUsername = "";
$sqlPassword = "";
$sqlDatabase = "";
$sqlConn = new mysqli($sqlHost, $sqlUsername, $sqlPassword, $sqlDatabase);
?>

0 comments on commit 9f1cbec

Please sign in to comment.