2022-09-07 14:44:04 +07:00
|
|
|
<?php
|
|
|
|
/**
|
2023-10-12 15:55:42 +07:00
|
|
|
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
|
|
|
|
* by https://t.me/ibnux
|
|
|
|
**/
|
|
|
|
|
2022-10-16 14:48:21 +07:00
|
|
|
_admin();
|
2022-10-13 14:00:54 +07:00
|
|
|
$ui->assign('_title', 'Community');
|
2022-09-07 14:44:04 +07:00
|
|
|
$ui->assign('_system_menu', 'community');
|
|
|
|
|
|
|
|
$action = $routes['1'];
|
|
|
|
$admin = Admin::_info();
|
|
|
|
$ui->assign('_admin', $admin);
|
|
|
|
|
|
|
|
$ui->display('community.tpl');
|