mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-24 15:36:33 +08:00
12 lines
No EOL
340 B
PHP
12 lines
No EOL
340 B
PHP
<?php
|
|
/**
|
|
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
|
|
* by https://t.me/ibnux
|
|
**/
|
|
|
|
run_hook('customer_logout'); #HOOK
|
|
if (session_status() == PHP_SESSION_NONE) session_start();
|
|
Admin::removeCookie();
|
|
User::removeCookie();
|
|
session_destroy();
|
|
_alert(Lang::T('Logout Successful'),'warning', "login"); |