', $output); if (empty($error)) $error = 'Error: vesta did not return any output.'; $_SESSION['error_msg'] = $error; } unset($output); //} $back = $_SESSION['back']; if (!empty($back)) { header("Location: ".$back); exit; } header("Location: /list/backup/"); exit;