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 -1
View File
@@ -59,7 +59,7 @@ foreach($files as $file){ // iterate files
}
}
Echo "<br>"
Echo "End of the reset page reached. Unless there are error messages above everything is reset!"
+2 -2
View File
@@ -1,5 +1,5 @@
<?php
echo "<h1>Admin Task Completed</h1>";
echo "<p>Click below to return to the admin tools page.</p>";
echo '<a href="../admin.php">Return to admin tools page</a>';
echo "<p>Click below to return to the Command Centre.</p>";
echo '<a href="../command-centre.php">Return to Command Centre</a>';
?>