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