(legacy) escape form data in diag_packet_capture.php

This commit is contained in:
Ad Schellevis 2016-01-06 16:35:30 +01:00
parent 4a6576e297
commit 56ced22111

View File

@ -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() {