mirror of
https://github.com/jcreek/Assassins-Mission-Control.git
synced 2026-07-13 02:53:44 +00:00
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:
@@ -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!"
|
||||
|
||||
@@ -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>';
|
||||
?>
|
||||
Reference in New Issue
Block a user