8 lines
125 B
PHP
8 lines
125 B
PHP
<?php
|
|
/**
|
|
* PHP Mikrotik Billing (https://ibnux.github.io/phpmixbill/)
|
|
**/
|
|
|
|
require ('system/boot.php');
|
|
App::_run();
|