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
11echo "<h3>Hotspot 2.0 - public and free hotspot</h3>\n";
12
13echo "<form action=\"add-free.php\" method=\"POST\">\n";
14echo "<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>
24