updated timestamps

This commit is contained in:
Frank Harris 2025-11-10 12:16:04 -05:00
parent 95a5aabf59
commit 0a46a892b8
10 changed files with 49 additions and 9 deletions

View file

@ -4,6 +4,15 @@
<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 class="last-updated" style="float:right;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>
</div>
</footer>

View file

@ -0,0 +1 @@
Last Updated at 7:25am on 2025-15-11