web/logout.php
author ymh <ymh.work@gmail.com>
Tue, 03 Sep 2024 11:09:40 +0200
changeset 1558 761ba7426984
parent 1001 df016fc8bbdb
permissions -rw-r--r--
upgrade metadataplayer and add a sitemap

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