sanitise Vars

This commit is contained in:
John Crisp
2020-02-21 12:33:55 +01:00
parent a92b6a5af9
commit f55cdf66fc

View File

@@ -1,7 +1,7 @@
<?php
#$PHP_SELF = $_SERVER['PHP_SELF'];
$PHP_SELF = $_SERVER['PHP_SELF'];
$PHP_SELF = htmlspecialchars($HTTP_SERVER_VARS['PHP_SELF'], ENT_QUOTES, "utf-8");
#
# Returns TRUE if browser is Internet Explorer.