We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198f8ea commit e472a33Copy full SHA for e472a33
web/edit/web/index.php
@@ -100,7 +100,7 @@
100
}
101
102
// Chane dns domain IP
103
- if (empty($_SESSION['error_msg'])) {
+ if (($v_ip != $_POST['v_ip']) && (empty($_SESSION['error_msg']))) {
104
exec (VESTA_CMD."v-list-dns-domain ".$v_username." ".$v_domain." json", $output, $return_var);
105
unset($output);
106
if ($return_var == 0 ) {
@@ -112,7 +112,7 @@
112
113
114
// Change dns ip for each alias
115
116
foreach($valiases as $v_alias ){
117
exec (VESTA_CMD."v-list-dns-domain ".$v_username." '".$v_alias."' json", $output, $return_var);
118
0 commit comments