Advertisement
Guest User

Untitled

a guest
Jan 14th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <form method=POST action="<? urldecode(GET['login_url']) ?>">
  2.  
  3. <input type="hidden" name="success_url" value="<? urldecode(GET['continue_url']) ?>" />
  4.  
  5. Username: <input type ="text" name="username" />
  6.  
  7. Password: <input type ="text" name="password" />
  8.  
  9. <input type="submit" value="Login" />
  10.  
  11. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement