Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. <?php
  2. /**
  3.  * Created by PhpStorm.
  4.  * User: marin
  5.  * Date: 26/04/2017
  6.  * Time: 10:48
  7.  */
  8. $serveur = $_POST['srv'];
  9. $user = $_POST['user'];
  10. $pass = $_POST['pass'];
  11. $sauvegarde_connection = $_POST['sauvegarde_connection'];
  12.  
  13. echo $serveur . '<br/>';
  14. echo $user .  '<br/>';
  15. echo $pass .  '<br/>';
  16. echo $sauvegarde_connection;
  17. echo $_SERVER['HTTP_REFERER'];
  18.  // header('Location: http://localhost:63342/src/www/menu.html');
  19.  // exit();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement