瀏覽代碼

shibboleth authentication module #4554: allow to bypass automatic redirect

Laurent Opprecht 13 年之前
父節點
當前提交
0dba18f7b9
共有 1 個文件被更改,包括 1 次插入0 次删除
  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';