[Web] Allow ratelimit time frame "day"; Allow to create announcements

This commit is contained in:
andryyy
2020-05-11 11:52:02 +02:00
parent 02a74914b4
commit 767ae65946
11 changed files with 116 additions and 70 deletions

View File

@@ -182,13 +182,9 @@ $(document).ready(function() {
</script>
<div class="container footer">
<?php
if (!empty($UI_TEXTS['ui_footer'])):
?>
<hr><?=$UI_TEXTS['ui_footer'];?>
<?php
endif;
?>
<?php if (!empty($UI_TEXTS['ui_footer'])) { ?>
<hr><?=$UI_TEXTS['ui_footer'];?>
<?php } ?>
</div>
</body>
</html>