web/caps2012/index.php
author ymh <ymh.work@gmail.com>
Wed, 11 Dec 2019 10:17:08 +0100
changeset 1511 25731d245eda
parent 1382 53b05c47f473
permissions -rw-r--r--
Upgrade videojs and dashjs to last version

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