aboutsummaryrefslogtreecommitdiffstats
path: root/hs20/server/www/free-remediation.php
diff options
context:
space:
mode:
Diffstat (limited to 'hs20/server/www/free-remediation.php')
-rw-r--r--hs20/server/www/free-remediation.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/hs20/server/www/free-remediation.php b/hs20/server/www/free-remediation.php
new file mode 100644
index 00000000..5648b30e
--- /dev/null
+++ b/hs20/server/www/free-remediation.php
@@ -0,0 +1,19 @@
+<html>
+<head>
+<title>Hotspot 2.0 - public and free hotspot - remediation</title>
+</head>
+<body>
+
+<h3>Hotspot 2.0 - public and free hotspot</h3>
+
+<p>Terms and conditions have changed. You need to accept the new terms
+to continue using this network.</p>
+
+<p>Terms and conditions..</p>
+
+<?php
+echo "<a href=\"redirect.php?id=" . $_GET["session_id"] . "\">Accept</a><br>\n";
+?>
+
+</body>
+</html>