feat: Implement secure authentication module and integrate session management across multiple files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Web & PC Studio - Veilige Uitlogmodule
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/auth.php';
|
||||
logout();
|
||||
header('Location: login.php?logout=1');
|
||||
exit;
|
||||
Reference in New Issue
Block a user