Final
@@ -1,13 +0,0 @@
<?php // urlget.php
if (isset($_GET['url']))
{
echo file_get_contents("http://".sanitizeString($_GET['url']));
}
function sanitizeString($var)
$var = strip_tags($var);
$var = htmlentities($var);
return stripslashes($var);
?>
The note is not visible to the blocked user.