init
[garradin.git] / www / admin / logout.php
1 <?php
2 namespace Garradin;
3
4 const LOGIN_PROCESS = true;
5 require_once __DIR__ . '/_inc.php';
6
7 $membres->logout();
8 utils::redirect('/');
9
10 ?>