Made it 2.0.0, and removed the changes that are in 1.1.x, as
[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>
12 <center>
13 <b>Session Cache Destroyed</b>
14 </body>
15 </html>