diff --git a/main/auth/shibboleth/init.php b/main/auth/shibboleth/init.php index a26db19bd6..84fa5582c5 100644 --- a/main/auth/shibboleth/init.php +++ b/main/auth/shibboleth/init.php @@ -9,6 +9,7 @@ */ $__dir = dirname(__FILE__) . '/'; +$no_redirection = true; include_once($__dir . '/../../inc/global.inc.php'); require_once $__dir . 'app/lib/shibboleth_config.class.php';