web/museo-1314-04-lecture-active/index.php
changeset 1059 a0849b982581
child 1068 b4f2b413a4ae
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/museo-1314-04-lecture-active/index.php	Tue Feb 11 16:03:49 2014 +0100
@@ -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