<?php
/**
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/

class App{
    public static function _run(){
        return true;
    }

}