mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
Fix select router
This commit is contained in:
parent
5024df9c0b
commit
77f21ece61
2 changed files with 67 additions and 159 deletions
|
@ -1,7 +1,7 @@
|
|||
<option value=''>{$_L['Select_Routers']}</option>
|
||||
{if $_c['radius_enable']}
|
||||
<option value="radius">Radius</option>
|
||||
{/if}
|
||||
{foreach $d as $ds}
|
||||
{if $_c['radius_enable']}
|
||||
<option value="radius">Radius</option>
|
||||
{/if}
|
||||
<option value="{$ds['name']}">{$ds['name']}</option>
|
||||
{/foreach}
|
Loading…
Add table
Add a link
Reference in a new issue