mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-24 22:23:29 +02:00
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
![]() |
<?php
|
||
|
|
||
|
# Just a dummy redirection so we can protect /sso.php with Lemonldap::NG
|
||
|
header('Location: /');
|
||
|
|
||
|
?>
|