From c58eb7bf5a7d6d0af18225960955b54579615a25 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Wed, 29 Mar 2017 09:15:21 +0200
Subject: [PATCH] set redirect form / to login page

---
 public_html/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public_html/index.php b/public_html/index.php
index 55be081f..86b08957 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -1,5 +1,5 @@
 <?php
-    header("location: /deployment/");
+    header("location: /deployment/all/login/");
     // echo '<h1>' . php_uname("n") . '</h1><hr>';
 ?>
 
-- 
GitLab