|
@@ -147,7 +147,7 @@ if (!empty($_POST['ok_acc'])) {
|
|
|
$webmail = "http://".$http_host."/webmail/";
|
|
$webmail = "http://".$http_host."/webmail/";
|
|
|
if (!empty($sys['config']['MAIL_URL'])) $webmail = $sys['config']['MAIL_URL'];
|
|
if (!empty($sys['config']['MAIL_URL'])) $webmail = $sys['config']['MAIL_URL'];
|
|
|
|
|
|
|
|
- $_SESSION['ok_msg'] = __('MAIL_ACCOUNT_CREATED_OK',$_POST['v_account'],$_POST[v_domain],$_POST['v_account'],$_POST[v_domain]);
|
|
|
|
|
|
|
+ $_SESSION['ok_msg'] = __('MAIL_ACCOUNT_CREATED_OK',strtolower($_POST['v_account']),$_POST[v_domain],strtolower($_POST['v_account']),$_POST[v_domain]);
|
|
|
$_SESSION['ok_msg'] .= " / <a href=".$webmail." target='_blank'>" . __('open webmail') . "</a>";
|
|
$_SESSION['ok_msg'] .= " / <a href=".$webmail." target='_blank'>" . __('open webmail') . "</a>";
|
|
|
unset($v_account);
|
|
unset($v_account);
|
|
|
unset($v_password);
|
|
unset($v_password);
|