[Web] Do not allow to add domain admin for non existing domain

[Web] oAuth2 implementation (wip)
This commit is contained in:
andryyy
2019-10-02 19:00:36 +02:00
parent 9f66b83a34
commit 1c35002505
20 changed files with 478 additions and 119 deletions

View File

@@ -175,11 +175,11 @@ $(document).ready(function() {
});
</script>
<?php
if (!empty($UI_TEXTS['ui_impress'])):
if (!empty($UI_TEXTS['ui_footer'])):
?>
<div class="container" style="margin-bottom:20px;color:#959595;">
<hr>
<?=$UI_TEXTS['ui_impress'];?>
<?=$UI_TEXTS['ui_footer'];?>
</div>
<?php
endif;