Updated through tag hostap_2_5 from git://w1.fi/hostap.git
[mech_eap.git] / libeap / hs20 / server / www / free.php
1 <html>
2 <head>
3 <title>Hotspot 2.0 - public and free hotspot</title>
4 </head>
5 <body>
6
7 <?php
8
9 $id = $_GET["session_id"];
10
11 echo "<h3>Hotspot 2.0 - public and free hotspot</h3>\n";
12
13 echo "<form action=\"add-free.php\" method=\"POST\">\n";
14 echo "<input type=\"hidden\" name=\"id\" value=\"$id\">\n";
15
16 ?>
17
18 <p>Terms and conditions..</p>
19 <input type="submit" value="Accept">
20 </form>
21
22 </body>
23 </html>