11 lines
161 B
PHP
11 lines
161 B
PHP
<?php
|
|
/**
|
|
* PHP Mikrotik Billing (https://ibnux.github.io/phpmixbill/)
|
|
**/
|
|
|
|
Class App{
|
|
public static function _run(){
|
|
return true;
|
|
}
|
|
|
|
} |