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