Remove unused files

This commit is contained in:
TheManii 2016-04-11 14:35:17 -04:00
parent 02e9b52a02
commit 1ce34914bc
2 changed files with 0 additions and 96 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);
?>