From abf91c3ee630481d085488a188738dc99a6cfd0b Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Wed, 29 Apr 2020 15:32:11 +0200
Subject: [PATCH] newui is the default now

---
 www/index.php | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/www/index.php b/www/index.php
index d080b8af9..6f88d155f 100644
--- a/www/index.php
+++ b/www/index.php
@@ -4,8 +4,4 @@ require_once('_include.php');
 
 $config = \SimpleSAML\Configuration::getInstance();
 
-if ($config->getBoolean('usenewui', false)) {
-    \SimpleSAML\Utils\HTTP::redirectTrustedURL(SimpleSAML\Module::getModuleURL('core/login'));
-}
-
-\SimpleSAML\Utils\HTTP::redirectTrustedURL(SimpleSAML\Module::getModuleURL('core/frontpage_welcome.php'));
+\SimpleSAML\Utils\HTTP::redirectTrustedURL(SimpleSAML\Module::getModuleURL('core/login'));
-- 
GitLab