phpnuxbill/system/autoload/App.php
2023-10-12 15:55:42 +07:00

13 lines
203 B
PHP

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