* updated footer to currentYear™

* revision push
This commit is contained in:
Sarjuuk
2020-02-14 16:16:40 +01:00
parent 1ff81ab07c
commit c77cd92609
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?php
define('AOWOW_REVISION', 28);
define('AOWOW_REVISION', 29);
define('CLI', PHP_SAPI === 'cli');

View File

@@ -85,7 +85,7 @@ endif;
<a href="?aboutus"><?=Lang::main('aboutUs'); ?></a>|<a href="https://github.com/Sarjuuk/aowow" target="_blank">Github</a>|<a href="#" id="footer-links-language"><?=Lang::main('language'); ?></a>
</div>
<div class="footer-copy">
&#12484; 2019 Aowow<br />rev. <?=AOWOW_REVISION; ?>
&#12484; 2020 Aowow<br />rev. <?=AOWOW_REVISION; ?>
</div>
</div>