xssClean using 'html' filter

This commit is contained in:
Matt Pass
2014-04-23 07:43:17 +01:00
parent c88d4f46e3
commit 0413ec4414
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ h2 {color: rgba(0,198,255,0.7)}
<span id="serverDT"></span><br><br>
<h2>your device</h2>
<span class="heading">Browser:</span><br>
<?php echo xssClean($_SERVER['HTTP_USER_AGENT'],"tags");?><br><br>
<?php echo xssClean($_SERVER['HTTP_USER_AGENT'],"html");?><br><br>
<span class="heading">Your IP:</span><br>
<?php echo $_SERVER['REMOTE_ADDR'];?><br><br>
</div>