shibboleth authentication module #4554: allow to bypass automatic redirect

skala
Laurent Opprecht 14 years ago
parent 79478b30ce
commit 0dba18f7b9
  1. 1
      main/auth/shibboleth/init.php

@ -9,6 +9,7 @@
*/ */
$__dir = dirname(__FILE__) . '/'; $__dir = dirname(__FILE__) . '/';
$no_redirection = true;
include_once($__dir . '/../../inc/global.inc.php'); include_once($__dir . '/../../inc/global.inc.php');
require_once $__dir . 'app/lib/shibboleth_config.class.php'; require_once $__dir . 'app/lib/shibboleth_config.class.php';

Loading…
Cancel
Save