settings rewrite to JS

This commit is contained in:
Jokob-sk
2023-07-31 08:14:50 +10:00
parent 55d7cb0fec
commit 6fd750e4e1
6 changed files with 25 additions and 24 deletions

View File

@@ -13,22 +13,14 @@
<!-- &copy; 2020 Puche -->
<span style="display:inline-block; transform: rotate(180deg)">&copy;</span>
2020 Puche (2022+ <a href="mailto:jokob@duck.com?subject=PiAlert">jokob-sk</a>) | <b>Built on: </b>
2020 Puche (2022+ <a href="mailto:jokob@duck.com?subject=PiAlert">jokob-sk</a>) | <b><?= lang('Maintenance_built_on');?>: </b>
<?php
echo date("Y-m-d", ((int)file_get_contents( "buildtimestamp.txt")));
?>
<?php echo date("Y-m-d", ((int)file_get_contents( "buildtimestamp.txt")));?>
| <b> Version: </b>
<?php
$filename = "/.VERSION";
<?php $filename = "/.VERSION";
if(file_exists($filename))
{