web/humanitats-digital/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 14 May 2012 18:53:12 +0200
changeset 612 9ade48a35268
parent 355 a0fff3035e6f
permissions -rwxr-xr-x
petite correction client.php -> client_pad.php

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