mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2024-11-13 11:48:19 +08:00
15 lines
No EOL
315 B
PHP
15 lines
No EOL
315 B
PHP
<?php
|
|
/**
|
|
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
|
|
* by https://t.me/ibnux
|
|
**/
|
|
|
|
_admin();
|
|
$ui->assign('_title', 'Community');
|
|
$ui->assign('_system_menu', 'community');
|
|
|
|
$action = $routes['1'];
|
|
$admin = Admin::_info();
|
|
$ui->assign('_admin', $admin);
|
|
|
|
$ui->display('community.tpl'); |