blob: 392a7bd7e59a12f91508ca72b8ad4d5dde6629fb [file] [log] [blame]
Dmitry Shmidtdf5a7e42014-04-02 12:59:59 -07001<html>
2<head>
3<title>Hotspot 2.0 subscription remediation</title>
4</head>
5<body>
6
7<?php
8
9echo "SessionID: " . $_GET["session_id"] . "<br>\n";
10
11echo "<a href=\"redirect.php?id=" . $_GET["session_id"] . "\">Complete user subscription remediation</a><br>\n";
12
13?>
14
15This will provide a new machine-generated password.
16
17</body>
18</html>