10 lines
267 B
PHP
Raw Normal View History

2017-03-11 02:51:06 +07:00
<?php
/**
2023-10-12 15:55:42 +07:00
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
* by https://t.me/ibnux
**/
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');