MyBB Community Forums

Full Version: Get-cookie.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have saw this on my publichtml files.

<?php
$chiudi = "\n";

setcookie("chiudi_avviso", $chiudi, time()+3600);

header("location: ".$_SERVER["HTTP_REFERER"]."");

?>

What does it means?
It just sets a browser cookie to remember something.