Commit 56ced221 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) escape form data in diag_packet_capture.php

parent 4a6576e2
......@@ -254,7 +254,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
}
}
include("head.inc"); ?>
legacy_html_escape_form_data($pconfig);
include("head.inc");
?>
<body>
<script type="text/javascript">
$( document ).ready(function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment