From e22a8866fbf636b57bd8fae97f73c51a8e66504c Mon Sep 17 00:00:00 2001
From: Thomas Mueller <thomas.mueller@tmit.eu>
Date: Thu, 31 Jan 2013 16:16:28 +0100
Subject: [PATCH] some web servers by default don't recognize index.php as
 default page - IIS for example In order to allow easy installation and
 configuration this index.html has been added with a redirect to index.php

---
 index.html | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 index.html

diff --git a/index.html b/index.html
new file mode 100644
index 0000000000..69d42e3a0b
--- /dev/null
+++ b/index.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+<head>
+	<meta http-equiv="refresh" content="0; URL=index.php">
+</head>
+</html>
-- 
GitLab