Redireccionar l'arrel al repo de GitHub

Change-Id: I4487268f09b274d683511a240fd11501c5e04935
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..869a363
--- /dev/null
+++ b/index.php
@@ -0,0 +1,5 @@
+<?php
+require_once(__DIR__.'/core.php');
+
+if (isset($conf['gitHubRepo']))
+  header('Location: '.$conf['gitHubRepo']);