Advertisement
Guest User

tt.txt

a guest
Nov 4th, 2011
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $f = fopen('/tmp/wp_inc',"w");
  2. fputs($f,'test');
  3. fclose($f);
  4. $z = file_get_contents('/tmp/wp_inc');
  5. echo $z;
  6. exit();
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement