mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-31 15:19:36 +02:00
add hook
This commit is contained in:
parent
742e0df1f2
commit
e6f8826490
25 changed files with 121 additions and 105 deletions
|
@ -2,6 +2,7 @@
|
|||
/**
|
||||
* PHP Mikrotik Billing (https://ibnux.github.io/phpmixbill/)
|
||||
**/
|
||||
run_hook('customer_logout'); #HOOK
|
||||
if (session_status() == PHP_SESSION_NONE) session_start();
|
||||
session_destroy();
|
||||
header('location: index.php');
|
Loading…
Add table
Add a link
Reference in a new issue