mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
8 lines
189 B
PHP
Executable File
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/");
|
|
?>
|