7 lines
189 B
PHP
Raw Normal View History

2017-03-11 02:51:06 +07:00
<?php
/**
* PHP Mikrotik Billing (https://ibnux.github.io/phpmixbill/)
2017-03-11 02:51:06 +07:00
**/
if (session_status() == PHP_SESSION_NONE) session_start();
2017-03-11 02:51:06 +07:00
session_destroy();
header('location: index.php');