Guest User

Untitled

a guest
Jan 24th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. $fd = fopen("/tmp/$uuid-$geom.jpg", "r");
  2. fpassthru($fd);
  3. fclose($fd);
Add Comment
Please, Sign In to add comment