web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 21 Nov 2017 12:09:29 +0100
changeset 1404 70805de82cb3
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Add url parameter to avoid embedding the video

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