updated timestamps
This commit is contained in:
parent
95a5aabf59
commit
0a46a892b8
10 changed files with 49 additions and 9 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
1
modules/billing/timestamp.txt
Normal file
1
modules/billing/timestamp.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Last Updated at 7:25am on 2025-15-11
|
||||
Loading…
Add table
Add a link
Reference in a new issue