yey
This commit is contained in:
9
public/logout.php
Normal file
9
public/logout.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
// logout.php
|
||||
|
||||
session_start();
|
||||
require_once '../config.php';
|
||||
require_once '../auth_keycloak.php';
|
||||
session_destroy();
|
||||
header('Location: index.php?action=logout');
|
||||
exit();
|
||||
Reference in New Issue
Block a user