web/journee-omnsh-2016-10-patrimoine-numerique/index.php
changeset 1360 c5357adc6a1d
parent 1355 88d62c60dd21
--- a/web/journee-omnsh-2016-10-patrimoine-numerique/index.php	Tue Oct 18 17:19:42 2016 +0200
+++ b/web/journee-omnsh-2016-10-patrimoine-numerique/index.php	Thu Nov 24 18:14:28 2016 +0100
@@ -1,6 +1,5 @@
 <?php
-// Temporary redirection
-header("HTTP/1.1 302 Moved Temporarily");
-header("Location: client.php");
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: select.php");
 exit();
 ?>