Files
Assassins-Mission-Control/admin-tools/return-to-admin-page.php
T
jcreek e5ab087e7f 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
2014-11-04 00:01:00 +00:00

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>';
?>