Initial Upload
This commit is contained in:
commit
dbdc237fa1
22 changed files with 7995 additions and 0 deletions
10
logout.php
Normal file
10
logout.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
require_once 'config.php';
|
||||
require_once 'includes/Database.php';
|
||||
require_once 'includes/Auth.php';
|
||||
|
||||
$auth = new Auth();
|
||||
$auth->logout();
|
||||
|
||||
header('Location: index.php');
|
||||
exit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue