Redirect correction V02.10
authorRaphael Velt <raph.velt@gmail.com>
Thu, 17 Jan 2013 15:26:30 +0100
changeset 772 d3bc67bbb5e3
parent 771 5799d5da7518
child 773 ca4a76bb6ad8
Redirect correction
web/enmi12/polemicaltimeline.php
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/enmi12/polemicaltimeline.php	Thu Jan 17 15:26:30 2013 +0100
@@ -0,0 +1,6 @@
+<?php
+// Permanent redirection
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: select.php");
+exit();
+?>
\ No newline at end of file