Advertisement
Borzyk

Untitled

Jun 28th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1.  
  2. index.php
  3. <?php# header('location: /c2/')?>
  4. <!DOCTYPE html>
  5. <html><head><title>Strona główna</title></head><body>
  6. <form action="/c2/login.php" method="$_GET">
  7. <input type="text" name="login" value="login"/>
  8. <input type="text" name="pass" value="pass"/>
  9. <input type="submit" />
  10.  
  11. </form>
  12. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement