mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-25 16:06:32 +08:00
8 lines
No EOL
235 B
PHP
8 lines
No EOL
235 B
PHP
<?php
|
|
/**
|
|
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
|
|
**/
|
|
run_hook('customer_logout'); #HOOK
|
|
if (session_status() == PHP_SESSION_NONE) session_start();
|
|
session_destroy();
|
|
header('location: index.php'); |