free.php 390 B

1234567891011121314151617181920212223
  1. <html>
  2. <head>
  3. <title>Hotspot 2.0 - public and free hotspot</title>
  4. </head>
  5. <body>
  6. <?php
  7. $id = $_GET["session_id"];
  8. echo "<h3>Hotspot 2.0 - public and free hotspot</h3>\n";
  9. echo "<form action=\"add-free.php\" method=\"POST\">\n";
  10. echo "<input type=\"hidden\" name=\"id\" value=\"$id\">\n";
  11. ?>
  12. <p>Terms and conditions..</p>
  13. <input type="submit" value="Accept">
  14. </form>
  15. </body>
  16. </html>