$v_options_path, 'config_path' => $v_config_path, 'service_name' => $v_service_name, 'options' => $v_options, 'config' => $v_config, 'error_msg' => $_SESSION['error_msg'], 'ok_msg' => $_SESSION['ok_msg'] ); echo json_encode($result); // Flush session messages unset($_SESSION['error_msg']); unset($_SESSION['ok_msg']);