From 9e67eb2866f3fc090973ec01c26a3548066f7dd4 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 30 Jan 2013 12:26:47 +0200 Subject: [PATCH] hide rudundand output --- web/edit/web/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/edit/web/index.php b/web/edit/web/index.php index efbba4d85..ff833d945 100644 --- a/web/edit/web/index.php +++ b/web/edit/web/index.php @@ -102,6 +102,7 @@ if (!empty($_POST['save'])) { unset($output); exec (VESTA_CMD."v-list-dns-domain ".$v_username." ".$v_domain." json", $output, $return_var); if ((empty($_SESSION['error_msg'])) && ($return_var == 0 )) { + unset($output); exec (VESTA_CMD."v-change-dns-domain-ip ".$v_username." ".$v_domain." ".$v_ip." 'no'", $output, $return_var); if ($return_var != 0) { $error = implode('
', $output);