Fixed that bug

This commit is contained in:
jcreek
2014-11-04 00:40:54 +00:00
parent e5ab087e7f
commit c07ae83d8c
3 changed files with 1 additions and 1 deletions
View File
View File
+1 -1
View File
@@ -3,7 +3,7 @@
</head>
<?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();
$dbhost = "localhost"; // this will ususally be 'localhost', but can sometimes differ