Footer update

This commit is contained in:
daviac 2024-02-20 19:29:22 +11:00
parent e57544bf2e
commit b659d005aa
1 changed files with 1 additions and 7 deletions

View File

@ -1,9 +1,3 @@
<div id="footer" class="footer">
<p>site last updated:
<?php
$shell_out = null;
$retval = null;
exec('cd /var/www/daviac ; git show -s --format=%ci', $shell_out, $retval);
print_r($shell_out[0]);
?></p>
<p>site last updated: 2024-02-20 19:24 UTC+11</p>
</div>