feature: Move agent-info.php to index.php

This commit is contained in:
Keith Solomon
2026-02-10 06:38:24 -06:00
parent 541538828b
commit d821a7e684
6 changed files with 554 additions and 589 deletions

View File

@@ -90,7 +90,7 @@ $hasToken = is_string( $token ) && trim( $token ) !== '';
</div>
<div class="flex gap-4">
<a href="agent-info.php" class="text-blue-400 hover:underline">Agent Info</a>
<a href="index.php" class="text-blue-400 hover:underline">Agent Info</a>
<a href="buy-ships.php" class="text-blue-400 hover:underline">Buy Ships</a>
<a href="mining-fleet.php" class="text-blue-400 hover:underline">Mining Fleet</a>
</div>