Forráskód Böngészése

shibboleth authentication module #4554: allow to bypass automatic redirect

Laurent Opprecht 13 éve
szülő
commit
0dba18f7b9
1 módosított fájl, 1 hozzáadás és 0 törlés
  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';