Negasus

Untitled

Jan 26th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.08 KB | None | 0 0
  1. <?php
  2.  
  3. $f = fopen('log.txt', 'a');
  4. fwrite($f, print_r($_SERVER, true));
  5. fclose($f);
Advertisement
Add Comment
Please, Sign In to add comment