Home | History | Annotate | Download | only in www
      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>
     19