2017-03-11 02:51:06 +07:00
|
|
|
<?php
|
|
|
|
/**
|
2022-10-16 14:48:21 +07:00
|
|
|
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/)
|
2017-03-11 02:51:06 +07:00
|
|
|
**/
|
2022-09-18 00:00:40 +07:00
|
|
|
run_hook('customer_logout'); #HOOK
|
2017-03-23 02:25:45 +07:00
|
|
|
if (session_status() == PHP_SESSION_NONE) session_start();
|
2017-03-11 02:51:06 +07:00
|
|
|
session_destroy();
|
|
|
|
header('location: index.php');
|