[Web] ROT13 footer html

This commit is contained in:
andryyy
2020-05-16 12:51:01 +02:00
parent 15af981caa
commit 18ba4d2c9c
2 changed files with 9 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ $(document).ready(function() {
<div class="container footer">
<?php if (!empty($UI_TEXTS['ui_footer'])) { ?>
<hr><?=$UI_TEXTS['ui_footer'];?>
<hr><span class="footer-text-enc"><?=str_rot13($UI_TEXTS['ui_footer']);?></span>
<?php } ?>
</div>
</body>