fix bug with deletion of lists: DB was not purged
[platal.git] / htdocs.net / deconnexion.php
... / ...
CommitLineData
1<?php
2 require 'xnet.inc.php';
3
4 XnetSession::destroy();
5
6 new_page('xnet/deconnexion.tpl', AUTH_PUBLIC);
7 $page->useMenu();
8 $page->run();
9
10?>