moodle/auth/shibboleth/shib-protected.php
2005-05-06 13:14:31 +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/");
?>