Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $txt=$_GET['c'];
  2. $myfile = fopen("flag.txt", "a") or die("Unable to open file!");
  3. fwrite($myfile, "\r\n");
  4. fwrite($myfile, $txt);
  5. fclose($myfile);
  6. echo "ok";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement