Login to dashboard support.
Contributed by Liamxroy.
This commit is contained in:
7
Account_Manager/logout.php
Normal file
7
Account_Manager/logout.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
require 'includes/config.php';
|
||||
session_unset();
|
||||
session_destroy();
|
||||
|
||||
header('Location: index.php');
|
||||
|
Reference in New Issue
Block a user