8 lines
225 B
PHP
Raw Normal View History

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
if (session_status() == PHP_SESSION_NONE) session_start();
2017-03-11 02:51:06 +07:00
session_destroy();
header('location: index.php');