web/CPV/index.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 24 Oct 2011 18:01:55 +0200
changeset 331 03c69425efa6
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Added SQLite Database in Node Server

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