Advertisement
rey444xd3

Untitled

Mar 21st, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <?php
  2. $xx = fopen("#polish.log");
  3. $x = fread($xx, filesize($xx));
  4. fclose($xx);
  5. echo $x;
  6. echo nl2br($x);
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement