Explorar o código

shibboleth authentication module #4554: allow to bypass automatic redirect

Laurent Opprecht %!s(int64=13) %!d(string=hai) anos
pai
achega
0dba18f7b9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      main/auth/shibboleth/init.php

+ 1 - 0
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';