removed backend
This commit is contained in:
parent
05bfe3259e
commit
1e41594af2
1 changed files with 0 additions and 12 deletions
12
backend.php
12
backend.php
|
@ -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;
|
||||
}
|
||||
?>
|
Loading…
Reference in a new issue