
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

include './../api.php';

//print_r($_POST);

//$_SESSION = "";

//session_unset();

$_SESSION['auth'] = '';
$_SESSION['role_id'] = '';
$_SESSION['username'] = '';
$_SESSION['email_address'] = '';


header('Location: https://tajeercrm.core3.agency/admin/app/login.php');

?>