mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-07-19 18:00:49 +02:00
Initial commit
Functional, without SSO
This commit is contained in:
5
sources/app/default/scripts/logout.php
Normal file
5
sources/app/default/scripts/logout.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
$auth->clear();
|
||||
header("LOCATION: ./");
|
||||
exit;
|
Reference in New Issue
Block a user