web/edito/polemicaltimeline.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 21 Nov 2017 12:38:41 +0100
changeset 1406 cb671a36143a
parent 797 c3543cde84c8
permissions -rw-r--r--
Add url parameter to avoid embedding the video - correct size

<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
header("Location: select.php");
exit();
?>