mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-04 23:24:25 +02:00
13 lines
No EOL
274 B
PHP
13 lines
No EOL
274 B
PHP
<?php
|
|
/**
|
|
* PHP Mikrotik Billing (https://ibnux.github.io/phpmixbill/)
|
|
**/
|
|
_auth();
|
|
$ui->assign('_title', 'Community');
|
|
$ui->assign('_system_menu', 'community');
|
|
|
|
$action = $routes['1'];
|
|
$admin = Admin::_info();
|
|
$ui->assign('_admin', $admin);
|
|
|
|
$ui->display('community.tpl'); |