Release
This commit is contained in:
4
web/logout.php
Normal file
4
web/logout.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
require __DIR__ . '/lib/app.php';
|
||||
auth_logout();
|
||||
header('Location: /login.php');
|
||||
Reference in New Issue
Block a user