ftimme
2011-10-11 f3b669eb90f3f73bb0da7a4c5b6b73b17ac1dbf2
interface/web/login/logout.php
@@ -76,5 +76,8 @@
      echo('URL_REDIRECT:index.php');
   }
}
exit;
?>
// Destroy the session completely now
$_SESSION = array();
session_destroy();
session_write_close();
?>