8 lines
225 B
PHP
8 lines
225 B
PHP
<?php
|
|
/**
|
|
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/)
|
|
**/
|
|
run_hook('customer_logout'); #HOOK
|
|
if (session_status() == PHP_SESSION_NONE) session_start();
|
|
session_destroy();
|
|
header('location: index.php'); |