mirror of
https://github.com/jcreek/Assassins-Mission-Control.git
synced 2026-07-13 11:03:43 +00:00
e5ab087e7f
Bug is on admin-tools/reset-all.php and seems to be failing to load base.php
5 lines
180 B
PHP
5 lines
180 B
PHP
<?php
|
|
echo "<h1>Admin Task Completed</h1>";
|
|
echo "<p>Click below to return to the Command Centre.</p>";
|
|
echo '<a href="../command-centre.php">Return to Command Centre</a>';
|
|
?>
|