web/body-image-media/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 10 Feb 2015 15:09:19 +0100
changeset 1186 e10c0c8ec4d5
parent 1055 e5e01f4dfb3f
permissions -rw-r--r--
add museo 10/02/2015 + correct index.php on projects

<?php
// Permanent redirection

header("HTTP/1.1 301 Moved Permanently");
header("Location: polemicaltimeline.php");
exit();