Forgotten
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 7 Jun 2008 16:07:04 +0000 (16:07 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 7 Jun 2008 16:07:04 +0000 (16:07 +0000)
access/logout.php

index f548aa97c68c67d55eb3f8f80304b0f741e3587a..a52b4249c45a60f8ea818ed3a000b07462e603f9 100644 (file)
@@ -39,7 +39,7 @@ page(_("Logout"), true, false, "", get_js_png_fix());
 <br>
 <?php
 
-       end_page();
+       end_page(false, true);
        session_unset();
        session_destroy();
 ?>