Skip to content
Snippets Groups Projects
Unverified Commit abf91c3e authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

newui is the default now

parent 230292ee
Branches
Tags
No related merge requests found
...@@ -4,8 +4,4 @@ require_once('_include.php'); ...@@ -4,8 +4,4 @@ require_once('_include.php');
$config = \SimpleSAML\Configuration::getInstance(); $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/login'));
}
\SimpleSAML\Utils\HTTP::redirectTrustedURL(SimpleSAML\Module::getModuleURL('core/frontpage_welcome.php'));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment