web/logout.php
author Riwad Salim
Sun, 30 Jun 2019 18:43:25 +0200
changeset 1505 c1b35ccab78a
parent 1001 df016fc8bbdb
permissions -rw-r--r--
image correction on enmi19-preparatoire

<?php
include_once 'common.php';
logout();
header("location:".URL_ROOT);
exit();