--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/crypto-party-camp-rouxteur-10-2017/index.php Tue Oct 24 18:45:02 2017 +0200
@@ -0,0 +1,6 @@
+<?php
+// Permanent redirection
+header("HTTP/1.1 302 Found");
+header("Location: client.php");
+exit();
+?>