Advertisement
Spyros

Untitled

Apr 24th, 2012
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.56 KB | None | 0 0
  1. <html>
  2.    
  3.     <body>
  4.         <h1>Welcome to location1!</h1>
  5.         <img src="" alt=""/>
  6.         <h2><?php echo "$PORTAL_MESSAGE$"; ?></h2>
  7.         <form method="post" action="$PORTAL_ACTION$">
  8.   Username <input name="auth_user" type="text">
  9.   Password <input name="auth_pass" type="password">
  10.    <!--<input name="auth_voucher" type="text">-->
  11.    <input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$">
  12.    <input name="accept" type="submit" value="Continue">
  13.     </form>
  14.     If you want to <a href="http://192.168.1.15/register.php">register</a> feel free ;-)
  15.     </body>
  16.    
  17.    
  18.    
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement