From 0762da9ce2e104d83e788473dae973b975002ceb Mon Sep 17 00:00:00 2001 From: exe-cutor Date: Thu, 16 Feb 2006 08:50:50 +0000 Subject: [PATCH] not needed anymore with new shib auth procedure. --- auth/shibboleth/shib-protected.php | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 auth/shibboleth/shib-protected.php diff --git a/auth/shibboleth/shib-protected.php b/auth/shibboleth/shib-protected.php deleted file mode 100755 index a3a9dfd944a..00000000000 --- a/auth/shibboleth/shib-protected.php +++ /dev/null @@ -1,20 +0,0 @@ - - AuthType shibboleth - ShibRequireSession On - require valid-user - --- - -in your web server configuration. - -Consult moodle/auth/shibboleth/README.txt for further instructions. -*/ - -require_once("../../config.php"); -header("Location: ".$CFG->wwwroot."/auth/shibboleth/"); -?>