Advertisement
idimko

callback.log

Jun 3rd, 2020
1,010
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2. $filename = "log.log";
  3. $old = file_get_contents($filename);
  4. file_put_contents($filename, $old.date(DATE_RFC822)."\n".print_r($_POST, 1));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement