A slightly functional web interface (initial revision)
[gnucomo.git] / src / web / logout.php
1 <?php 
2
3 /**************************************************************************
4 ** This is free software; you can redistribute it and/or modify it under the
5 ** terms of the GNU General Public License, see the file COPYING.
6 ***************************************************************************/
7
8 session_start();
9 require_once('classes/gnucomo_config.php');
10 $_SESSION['username'] = '';
11
12 include('login.php');