mirror of
https://github.com/jcreek/Assassins-Mission-Control.git
synced 2026-07-13 02:53:44 +00:00
Fixed that bug
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<?php //this code creates the database connection for all pages that need it
|
<?php //this code creates the database connection for all pages that need it
|
||||||
echo '<p>Loaded base</p>';
|
//echo '<p>Loaded base</p>'; //uncomment this line to display text at the top of all pages to show the base.php file has been loaded
|
||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
$dbhost = "localhost"; // this will ususally be 'localhost', but can sometimes differ
|
$dbhost = "localhost"; // this will ususally be 'localhost', but can sometimes differ
|
||||||
|
|||||||
Reference in New Issue
Block a user