Some small cosmetic changes and failed fix of bug

Bug is on admin-tools/reset-all.php and seems to be failing to load
base.php
This commit is contained in:
jcreek
2014-11-04 00:01:00 +00:00
parent 4467af9add
commit e5ab087e7f
5 changed files with 19 additions and 7 deletions
+1
View File
@@ -3,6 +3,7 @@
</head>
<?php //this code creates the database connection for all pages that need it
echo '<p>Loaded base</p>';
session_start();
$dbhost = "localhost"; // this will ususally be 'localhost', but can sometimes differ