Update index.php

This commit is contained in:
Nasir Hafeez
2020-01-25 20:21:34 +05:00
committed by GitHub
parent 230dd610a8
commit 08d33e2876

View File

@@ -19,7 +19,7 @@ session_start();
<p>Welcome!<br>
Please login to our Wifi service</p>
<form method="POST" action="uam_handle_form.php">
<form method="POST" action="connect.php">
<label>User Name: <input type="text" name="username"></label><br/>
<label>Password: <input type="text" name="password"></label><br/>
<input type="hidden" name="challenge" value="<?php echo $_GET["challenge"] ?>">