From 13a0e3d394cc69a54e86817319e608c1f5d9fe61 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Tue, 18 Apr 2023 10:35:42 +0200
Subject: [PATCH] remove test on starting 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 76f0bf12..97f641da 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -4,7 +4,7 @@
  * 
  */
 $sApproot=dirname(__DIR__);
-if (file_exists($sApproot.'/config/config_custom.php_') && file_exists($sApproot.'/config/inc_user2roles.php')){
+if (file_exists($sApproot.'/config/config_custom.php') && file_exists($sApproot.'/config/inc_user2roles.php')){
     header("location: /deployment/all/login/");
 }
 
-- 
GitLab