View file skin.php

File size: 113B
<?php



setcookie("winter", $_GET['them'], time()+3600*24*365,"/",""); 
header('Location: index.php'); 
?>