moved website outside of panel folder

This commit is contained in:
Frank Harris 2026-05-13 20:00:40 -04:00
parent 92ac778956
commit 08f07dca97
10328 changed files with 90 additions and 501 deletions

View file

@ -1,21 +0,0 @@
<?php
// Simple footer include
?>
<footer class="gsw-footer">
<div class="container-wide">
<a href="privacy.php">Privacy</a> | <a href="tos.php">TOS</a> | <a href="server_status.php">Server Status</a> | <a href="https://worlddomination.dev" target="_blank" rel="noopener">Worlddomination.dev</a>
</div>
<div class="last-updated" style="color:#999;font-size:0.9em;">
<?php
// Include the canonical billing timestamp text file (plain text).
$billing_ts = __DIR__ . '/../timestamp.txt';
if (file_exists($billing_ts)) {
echo trim(file_get_contents($billing_ts));
}
?>
</div>
</footer>
<!-- close site wrapper started in menu.php -->
</div>