web/enmi18-preparatoire/index.php
changeset 1423 a6ed32f6dbcf
child 1435 228471fbc9fa
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/enmi18-preparatoire/index.php	Thu Jun 14 18:13:05 2018 +0200
@@ -0,0 +1,6 @@
+<?php
+// Permanent redirection
+
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: client.php");
+exit();
\ No newline at end of file