mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Remove unused files/docs that belong on wiki
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