diff --git a/www/index.php b/www/index.php
index d080b8af96d8e7980c718fd48c73e72ef9c529f5..6f88d155f49d1fcb79a2b98bded6f4c5fa6ae890 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'));