I reviewed the XSS - MEDIUM in 7 fiels

This commit is contained in:
Paula V. Quispe
2015-03-16 17:26:48 -04:00
parent 4bc49c7568
commit b6fdc8e7be
8 changed files with 34 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
<?php
G::LoadSystem('inputfilter');
$filter = new InputFilter();
$_POST['qs'] = $filter->xssFilterHard($_POST['qs']);
?>
<html>
<style type="text/css">
.Footer .content {