2017-03-11 03:51:06 +08:00
|
|
|
<?php
|
|
|
|
/**
|
2017-03-24 14:26:14 +08:00
|
|
|
* PHP Mikrotik Billing (https://ibnux.github.io/phpmixbill/)
|
2017-03-11 03:51:06 +08:00
|
|
|
**/
|
2022-08-23 17:33:21 +08:00
|
|
|
|
2017-03-11 03:51:06 +08:00
|
|
|
require ('system/boot.php');
|
|
|
|
App::_run();
|