I have saw this on my publichtml files.
What does it means?
<?php
$chiudi = "\n";
setcookie("chiudi_avviso", $chiudi, time()+3600);
header("location: ".$_SERVER["HTTP_REFERER"]."");
?>
What does it means?