web/cnsad-ateliers-2017/session-1-3/index.php
changeset 1392 8ad0b6ffd299
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/cnsad-ateliers-2017/session-1-3/index.php	Wed May 10 11:43:36 2017 +0200
@@ -0,0 +1,6 @@
+<?php
+// Permanent redirection
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: polemicaltimeline.php");
+exit();
+?>
\ No newline at end of file