$value) { if (is_string($value)) { $_SESSION[$key] = htmlspecialchars($value); } } } // hosts if (isset($_POST['address'])) { $address = htmlspecialchars($_POST['address']); } if (isset($_POST['port'])) { $port = htmlspecialchars($_POST['port']); } if (isset($_POST['name'])) { $name = htmlspecialchars($_POST['name']); } // agents if (isset($_POST['type'])) { $type = htmlspecialchars($_POST['type']); } if (isset($_POST['url'])) { $url = htmlspecialchars($_POST['url']); } if (isset($_POST['secret_key'])) { $secret_key = htmlspecialchars($_POST['secret_key']); } if (isset($_POST['check_period'])) { $check_period = htmlspecialchars($_POST['check_period']); } // platforms if (isset($_POST['name'])) { $name = htmlspecialchars($_POST['name']); } ?>