mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-27 12:56:07 +02:00
Remove unused files
This commit is contained in:
parent
02e9b52a02
commit
1ce34914bc
2 changed files with 0 additions and 96 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