not needed anymore with new shib auth procedure.
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
This file must be Shibboleth protected with something like:
|
||||
|
||||
--
|
||||
<Location ~ "/auth/shibboleth/shib-protected.php">
|
||||
AuthType shibboleth
|
||||
ShibRequireSession On
|
||||
require valid-user
|
||||
</Location>
|
||||
--
|
||||
|
||||
in your web server configuration.
|
||||
|
||||
Consult moodle/auth/shibboleth/README.txt for further instructions.
|
||||
*/
|
||||
|
||||
require_once("../../config.php");
|
||||
header("Location: ".$CFG->wwwroot."/auth/shibboleth/");
|
||||
?>
|
||||
Reference in New Issue
Block a user