web/logout.php
author ymh <ymh.work@gmail.com>
Tue, 22 Oct 2024 10:01:10 +0200
changeset 1569 455bdfbdd320
parent 1001 df016fc8bbdb
permissions -rw-r--r--
upgrade metadataplayer

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