mirror of
https://github.com/jcreek/Assassins-Mission-Control.git
synced 2026-07-13 02:53:44 +00:00
Undid that last change
It was a red herring
This commit is contained in:
@@ -11,7 +11,7 @@ $dbname = "assassins"; // the name of the database that you are going to use for
|
||||
$dbuser = "root"; // the username that you created, or were given, to access your database
|
||||
$dbpass = "root"; // the password that you created, or were given, to access your database
|
||||
|
||||
mysqli_connect($dbhost, $dbuser, $dbpass) or die("MySQL Error: " . mysqli_error());
|
||||
mysqli_select_db($dbname) or die("MySQL Error: " . mysqli_error());
|
||||
mysql_connect($dbhost, $dbuser, $dbpass) or die("MySQL Error: " . mysql_error());
|
||||
mysql_select_db($dbname) or die("MySQL Error: " . mysql_error());
|
||||
//echo "success in database connection."; //Uncomment this line if you want to check if a page is loading this database connection code
|
||||
?>
|
||||
Reference in New Issue
Block a user