Guest User

Untitled

a guest
Nov 27th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2. include'connect.gcms';
  3. ?>
  4.  
  5. <?php
  6.  
  7. // Define your username and password
  8. $username = "Sindre";
  9. $password = "yourpw here";
  10.  
  11. if ($_POST['txtUsername'] != $username || $_POST['txtPassword'] != $password) {
  12.  
  13. ?>
  14.  
  15. SindreHERE!
  16.  
  17. <?php
  18.  
  19. }
  20.  
  21. ?>
Add Comment
Please, Sign In to add comment