11 lines
171 B
PHP
Raw Normal View History

2017-03-11 02:51:06 +07:00
<?php
/**
2022-10-16 14:50:24 +07:00
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
2017-03-11 02:51:06 +07:00
**/
2023-03-08 11:08:56 +07:00
class App{
2017-03-11 02:51:06 +07:00
public static function _run(){
return true;
}
}