web/crypto-party-camp-rouxteur-10-2017/index.php
changeset 1400 cecc0890c109
parent 1396 b4bfb8df996e
--- a/web/crypto-party-camp-rouxteur-10-2017/index.php	Fri Oct 27 23:15:23 2017 +0200
+++ b/web/crypto-party-camp-rouxteur-10-2017/index.php	Sat Nov 04 02:58:46 2017 +0100
@@ -1,6 +1,6 @@
 <?php
 // Permanent redirection
-header("HTTP/1.1 302 Found");
-header("Location: client.php");
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: polemicaltimeline.php");
 exit();
 ?>