Login to dashboard support.

Contributed by Liamxroy.
This commit is contained in:
MobiusDev
2018-03-21 11:53:36 +00:00
parent dfc25d6642
commit 5b5e8cb622
3 changed files with 332 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
<?php
require 'includes/config.php';
session_unset();
session_destroy();
header('Location: index.php');