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