web/logout.php
author ymh <ymh.work@gmail.com>
Wed, 18 Dec 2019 09:52:35 +0100
changeset 1522 3ad95f783499
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Migrate to poetry to manage the local venv

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