web/caps2012/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 21 Nov 2017 12:38:41 +0100
changeset 1406 cb671a36143a
parent 1382 53b05c47f473
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: polemicaltimeline.php");
exit();
?>