Skip to content
Snippets Groups Projects
index.php 345 B
Newer Older
Olimpia Magliulo's avatar
Olimpia Magliulo committed
$config = SimpleSAML_Configuration::getInstance();

if ($config->getBoolean('usenewui', false)) {
    \SimpleSAML\Utils\HTTP::redirectTrustedURL(SimpleSAML\Module::getModuleURL('core/login.php'));
}

Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
\SimpleSAML\Utils\HTTP::redirectTrustedURL(SimpleSAML\Module::getModuleURL('core/frontpage_welcome.php'));