web/museo-1415-08-histoire-critique/index.php
changeset 1274 04da63dd5fb4
child 1288 1763d0a21003
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/museo-1415-08-histoire-critique/index.php	Tue Jun 16 16:34:44 2015 +0200
@@ -0,0 +1,6 @@
+<?php
+// Permanent redirection
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: client.php");
+exit();
+?>