mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-25 22:16:08 +00:00
Removed testmysql.php script.
It does not appear to be used.
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
<?php
|
|
||||||
$link = mysql_connect('hostname','dbuser','dbpassword');
|
|
||||||
if (!$link) {
|
|
||||||
die('Could not connect to MySQL: ' . mysql_error());
|
|
||||||
}
|
|
||||||
echo 'Connection OK'; mysql_close($link);
|
|
||||||
?>
|
|
||||||
Reference in New Issue
Block a user