File src/www/admin/logout.php artifact 50a6fd4fa1 part of check-in 27d16b542b


<?php
namespace Garradin;

const LOGIN_PROCESS = true;
require_once __DIR__ . '/_inc.php';

$membres->logout();
utils::redirect('/');

?>