web/fens2014/client.php
changeset 1124 4e4437acf84c
child 1133 7af603663d1e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/fens2014/client.php	Mon Jun 09 22:47:26 2014 +0200
@@ -0,0 +1,6 @@
+<?php
+// Permanent redirection
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: ../fens2013-edito-verite-fiction/client.php".(isset($_GET['CONNECT']) && $_GET['CONNECT'] ? "?CONNECT=true" : ""));
+exit();
+?>
\ No newline at end of file