Minor fixes for Sending mail credentials to email

This commit is contained in:
dpeca 2017-04-09 02:54:35 +02:00
commit 2bff53e881
2 changed files with 6 additions and 7 deletions

View file

@ -112,7 +112,6 @@ if (!empty($_POST['ok_acc'])) {
$v_fwd = $_POST['v_fwd'];
if (empty($_POST['v_quota'])) $v_quota = 0;
if ((!empty($_POST['v_quota'])) || (!empty($_POST['v_aliases'])) || (!empty($_POST['v_fwd'])) ) $v_adv = 'yes';
$v_quota = escapeshellarg($_POST['v_quota']);
// Add Mail Account
if (empty($_SESSION['error_msg'])) {