Fifth pass at adding key files
This commit is contained in:
12
site/googlemaps/phpsqlajax_dbinfo.php
Normal file
12
site/googlemaps/phpsqlajax_dbinfo.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?PHP
|
||||
|
||||
if (eregi("phpsqlajax_dbinfo.php", $_SERVER['SCRIPT_NAME'])) {
|
||||
Header("Location: http://www.slowtwitch.com"); die();
|
||||
}
|
||||
|
||||
$username="slowtwitch";
|
||||
$password="k9volqlAcpq";
|
||||
$database="slowtwitch";
|
||||
$host="192.168.1.10";
|
||||
|
||||
?>
|
Reference in New Issue
Block a user