removed backend

This commit is contained in:
Jan Felix Wiebe 2018-12-27 20:05:17 +01:00
parent 05bfe3259e
commit 1e41594af2

View file

@ -1,12 +0,0 @@
<?php
/**
* Created by PhpStorm.
* User: jedi
* Date: 12/27/18
* Time: 7:01 AM
*/
$mysqli = new mysqli("localhost", "c3cloc", "lrE6AG74aoDBLy.y", "c3cloc");
if ($mysqli->connect_errno) {
echo "Failed to connect to MySQL: (" . $mysqli->connect_errno . ") " . $mysqli->connect_error;
}
?>