mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
7 lines
189 B
PHP
Executable file
7 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/");
|
|
?>
|