|
@@ -18,7 +18,7 @@ if ((!empty($_GET['domain'])) && (empty($_GET['record_id']))) {
|
|
|
exec (HESTIA_CMD."v-unsuspend-dns-domain ".$v_username." ".$v_domain, $output, $return_var);
|
|
exec (HESTIA_CMD."v-unsuspend-dns-domain ".$v_username." ".$v_domain, $output, $return_var);
|
|
|
if ($return_var != 0) {
|
|
if ($return_var != 0) {
|
|
|
$error = implode('<br>', $output);
|
|
$error = implode('<br>', $output);
|
|
|
- if (empty($error)) $error = _('Error: hestia did not return any output.');
|
|
|
|
|
|
|
+ if (empty($error)) $error = _('Error: Hestia did not return any output.');
|
|
|
$_SESSION['error_msg'] = $error;
|
|
$_SESSION['error_msg'] = $error;
|
|
|
}
|
|
}
|
|
|
unset($output);
|
|
unset($output);
|
|
@@ -39,7 +39,7 @@ if ((!empty($_GET['domain'])) && (!empty($_GET['record_id']))) {
|
|
|
exec (HESTIA_CMD."v-unsuspend-dns-record ".$v_username." ".$v_domain." ".$v_record_id, $output, $return_var);
|
|
exec (HESTIA_CMD."v-unsuspend-dns-record ".$v_username." ".$v_domain." ".$v_record_id, $output, $return_var);
|
|
|
if ($return_var != 0) {
|
|
if ($return_var != 0) {
|
|
|
$error = implode('<br>', $output);
|
|
$error = implode('<br>', $output);
|
|
|
- if (empty($error)) $error = _('Error: hestia did not return any output.');
|
|
|
|
|
|
|
+ if (empty($error)) $error = _('Error: Hestia did not return any output.');
|
|
|
$_SESSION['error_msg'] = $error;
|
|
$_SESSION['error_msg'] = $error;
|
|
|
}
|
|
}
|
|
|
unset($output);
|
|
unset($output);
|