Remove unused files/docs that belong on wiki

This commit is contained in:
TheManii 2016-04-05 11:42:17 -07:00
parent 8cb1ae99e8
commit 64155dc752
5 changed files with 0 additions and 203 deletions

View file

@ -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);
?>