phpnuxbill/system/autoload/App.php
2023-03-08 11:08:56 +07:00

11 lines
171 B
PHP

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