web/rsln/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 27 Apr 2011 15:16:01 +0200
changeset 127 a8593bb39020
parent 120 3daa4039509a
child 133 9578d3ddce17
permissions -rwxr-xr-x
add mercedes bunz

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