Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <body>
- <h1>Welcome to location1!</h1>
- <img src="" alt=""/>
- <h2><?php echo "$PORTAL_MESSAGE$"; ?></h2>
- <form method="post" action="$PORTAL_ACTION$">
- Username <input name="auth_user" type="text">
- Password <input name="auth_pass" type="password">
- <!--<input name="auth_voucher" type="text">-->
- <input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$">
- <input name="accept" type="submit" value="Continue">
- </form>
- If you want to <a href="http://192.168.1.15/register.php">register</a> feel free ;-)
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement