mirror of
https://github.com/jcreek/Assassins-Mission-Control.git
synced 2026-07-12 18:43:43 +00:00
5 lines
175 B
PHP
5 lines
175 B
PHP
<?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>';
|
|
?>
|