mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-25 16:06:32 +08:00
info about radius pool
This commit is contained in:
parent
a54df9bdab
commit
3ae81d0105
2 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
|||
{/foreach}
|
||||
</select>
|
||||
</div>
|
||||
{if $_c['radius_enable']}
|
||||
<p class="help-block col-md-4">For Radius, you need to add <b>Pool Name</b> in Mikrotik manually</p>
|
||||
{/if}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-lg-offset-2 col-lg-10">
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
<div class="col-md-6">
|
||||
<input type="text" class="form-control" id="routers" name="routers" value="{$d['routers']}" readonly>
|
||||
</div>
|
||||
{if $_c['radius_enable']}
|
||||
<p class="help-block col-md-4">For Radius, you need to add <b>Pool Name</b> in Mikrotik manually</p>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Reference in a new issue