mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-25 16:06:32 +08:00
13 lines
No EOL
203 B
PHP
13 lines
No EOL
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;
|
|
}
|
|
|
|
} |