phpnuxbill/system/autoload/App.php
2022-10-16 14:48:21 +07:00

11 lines
161 B
PHP

<?php
/**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/)
**/
Class App{
public static function _run(){
return true;
}
}