diff options
Diffstat (limited to 'packages/freeradius.xml')
-rw-r--r-- | packages/freeradius.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/packages/freeradius.xml b/packages/freeradius.xml index eb8f5547..bc1b3fd5 100644 --- a/packages/freeradius.xml +++ b/packages/freeradius.xml @@ -42,16 +42,6 @@ <fielddescr>Description</fielddescr> <fieldname>description</fieldname> </columnitem> - <columnitem> - <fielddescr>Upload bandwidth</fielddescr> - <fieldname>uploadbw</fieldname> - <suffix> Kbit/s</suffix> - </columnitem> - <columnitem> - <fielddescr>Download bandwidth</fielddescr> - <fieldname>downloadbw</fieldname> - <suffix> Kbit/s</suffix> - </columnitem> </adddeleteeditpagefields> <fields> <field> @@ -72,24 +62,6 @@ <description>Enter the description of the user here</description> <type>input</type> </field> - <field> - <fielddescr>Enable bandwidth restriction</fielddescr> - <fieldname>bwrestriction</fieldname> - <description>If this option is set, the captive portal will restrict this user to the bandwidth defined below.</description> - <type>checkbox</type> - </field> - <field> - <fielddescr>Upload bandwidth</fielddescr> - <fieldname>uploadbw</fieldname> - <description>Enter the desired upload bandwidth cap for this user in Kbit/s.</description> - <type>input</type> - </field> - <field> - <fielddescr>Download bandwidth</fielddescr> - <fieldname>downloadbw</fieldname> - <description>Enter the desired download bandwidth cap for this user in Kbit/s.</description> - <type>input</type> - </field> </fields> <custom_php_install_command> global $config; |