phpnuxbill/system/autoload/App.php

13 lines
203 B
PHP
Raw Normal View History

2017-03-11 03:51:06 +08:00
<?php
/**
2023-10-12 16:55:42 +08:00
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
* by https://t.me/ibnux
**/
2017-03-11 03:51:06 +08:00
2023-03-08 12:08:56 +08:00
class App{
2017-03-11 03:51:06 +08:00
public static function _run(){
return true;
}
}