8 lines
135 B
PHP
8 lines
135 B
PHP
<?php
|
|
/**
|
|
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
|
|
**/
|
|
|
|
require ('system/boot.php');
|
|
App::_run();
|