ansible-roles/roles/ampache/templates/sso.php.j2

7 lines
107 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
<?php
# Just a dummy redirection so we can protect /sso.php with Lemonldap::NG
header('Location: /');
?>