mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-24 15:36:33 +08:00
7 lines
No EOL
189 B
PHP
7 lines
No EOL
189 B
PHP
<?php
|
|
/**
|
|
* PHP Mikrotik Billing (https://ibnux.github.io/phpmixbill/)
|
|
**/
|
|
if (session_status() == PHP_SESSION_NONE) session_start();
|
|
session_destroy();
|
|
header('location: index.php'); |