[Web] Rot announcements

This commit is contained in:
andryyy
2020-08-16 11:54:06 +02:00
parent 0dfb59e912
commit d3d929222f
3 changed files with 4 additions and 4 deletions

View File

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