web/rsln/index.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 15 Apr 2013 12:24:00 +0200
changeset 838 7c4a269eb53a
parent 133 9578d3ddce17
child 1004 1eff91564807
permissions -rwxr-xr-x
Trying to fix bug on ha

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