plugin manager

This commit is contained in:
Ibnu Maksum
2023-03-08 11:08:56 +07:00
parent 2155c3adae
commit b0542ab8be
5 changed files with 231 additions and 53 deletions

View File

@ -3,7 +3,7 @@
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
**/
Class App{
class App{
public static function _run(){
return true;
}