Files
moodle/auth/shibboleth/shib-protected.php
T
2005-10-31 15:51:17 +00:00

8 lines
189 B
PHP
Executable File

<?php
// This file must be Shibboleth protected
// Consult the README for further instructions
require_once("../../config.php");
header("Location: ".$CFG->wwwroot."/auth/shibboleth/");
?>