first upload
This commit is contained in:
12
logout.php
Normal file
12
logout.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* Logout
|
||||
* Territory Manager
|
||||
*/
|
||||
|
||||
require_once 'config.php';
|
||||
require_once 'functions.php';
|
||||
|
||||
logout();
|
||||
header('Location: login.php');
|
||||
exit;
|
||||
Reference in New Issue
Block a user