mirror of
https://github.com/DanWin/mail-hosting.git
synced 2024-11-24 16:40:27 +00:00
Bugfix
This commit is contained in:
parent
c5dfa594a9
commit
261e31e454
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ if ( ! empty( $_SESSION[ 'email_user' ] ) ){ ?>
|
|||
|
|
||||
<button name="action" value="logout" type="submit"><?php echo _('Logout'); ?></button>
|
||||
<?php } else { ?>
|
||||
| Manage account');
|
||||
| <?php echo _('Manage account');
|
||||
} ?> | <a href="<?php echo WEB_XMPP_URL; ?>" target="_blank" rel="noopener"><?php echo _('Web-XMPP'); ?></a></p>
|
||||
<?php if ( ! empty( $_SESSION[ 'email_user' ] ) ){ ?></form><?php }
|
||||
echo "<p>$msg</p>";
|
||||
|
|
Loading…
Reference in a new issue