Remove sensitive bits from leaderboard.php
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$db = mysql_connect("localhost", "akesterson", "fadmin");
|
$db = mysql_connect("localhost", "akesterson", "LOLNOPASS");
|
||||||
if ( !$db ) {
|
if ( !$db ) {
|
||||||
die("Unable to connect to mysql database");
|
die("Unable to connect to mysql database");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user