Permit EAP-Message and State from the home server, so that
[freeradius.git] / dialup_admin / htdocs / session_destroy.php3
1 <?php
2 session_start();
3 session_unset();
4 session_destroy();
5 ?>
6 <html>
7 <head>
8 <title>Session Cache Destroy Page</title>
9 <link rel="stylesheet" href="style.css">
10 </head>
11 <body bgcolor="#80a040" background="images/greenlines1.gif" link="black" alink="black">
12 <center>
13 <b>Session Cache Destroyed</b>
14 </body>
15 </html>