Primer version funcional
This commit is contained in:
8
logout.php
Executable file
8
logout.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
session_start();
|
||||
|
||||
require_once __DIR__ . '/config/config.php';
|
||||
require_once __DIR__ . '/core/Database.php';
|
||||
require_once __DIR__ . '/core/Auth.php';
|
||||
|
||||
Auth::logout();
|
||||
Reference in New Issue
Block a user