Adding passwords and versionning
This commit is contained in:
5
logout.php
Normal file
5
logout.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/includes/auth.php';
|
||||
logout();
|
||||
header('Location: login.php');
|
||||
exit;
|
||||
Reference in New Issue
Block a user