web/CPV/index.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 04 Nov 2011 16:11:51 +0100
changeset 343 9cabcd2709be
parent 174 779fd28fdbb8
permissions -rwxr-xr-x
Added an export script for sqlite base

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