free-remediation.php 391 B

12345678910111213141516171819
  1. <html>
  2. <head>
  3. <title>Hotspot 2.0 - public and free hotspot - remediation</title>
  4. </head>
  5. <body>
  6. <h3>Hotspot 2.0 - public and free hotspot</h3>
  7. <p>Terms and conditions have changed. You need to accept the new terms
  8. to continue using this network.</p>
  9. <p>Terms and conditions..</p>
  10. <?php
  11. echo "<a href=\"redirect.php?id=" . $_GET["session_id"] . "\">Accept</a><br>\n";
  12. ?>
  13. </body>
  14. </html>