mirror of https://github.com/n7tae/new-xlxd.git
parent
d2411c239d
commit
3c8b4ab763
@ -1,15 +0,0 @@
|
||||
<?php
|
||||
/* Database credentials. Assuming you are running MySQL */
|
||||
define('DB_SERVER', 'localhost');
|
||||
define('DB_USERNAME', 'qnusers');
|
||||
define('DB_PASSWORD', 'qnuser!20');
|
||||
define('DB_NAME', 'qnusers');
|
||||
|
||||
/* Attempt to connect to MySQL database */
|
||||
$link = mysqli_connect(DB_SERVER, DB_USERNAME, DB_PASSWORD, DB_NAME);
|
||||
|
||||
// Check connection
|
||||
if($link === false){
|
||||
die("ERROR: Could not connect. " . mysqli_connect_error());
|
||||
}
|
||||
?>
|
||||
Loading…
Reference in new issue