mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-14 00:14:40 +02:00
Remove unused files/docs that belong on wiki
This commit is contained in:
parent
8cb1ae99e8
commit
64155dc752
5 changed files with 0 additions and 203 deletions
|
@ -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);
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue