Skip to content
Snippets Groups Projects
Commit 734df196 authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Create login.php

Useful file for the Shibboleth Lazy Session Authentication on a MediaWiki site.
parent 071e11e0
No related branches found
No related tags found
No related merge requests found
<?php
$target = isset($_GET['target']) ? $_GET['target'] : '/';
header('Location: '.$target);
die();
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment