diff options
author | sullrich <sullrich@pfsense.org> | 2009-11-28 14:40:14 -0500 |
---|---|---|
committer | sullrich <sullrich@pfsense.org> | 2009-11-28 14:40:14 -0500 |
commit | c898b8aaafbf83bbadac95c8e3bfd17ddb1283fa (patch) | |
tree | 84b8faaa05977b514ae16cfc1aeab6d355d238a3 /usr | |
parent | f69f34f1289edb93b62e35f801efdef1093c234d (diff) | |
download | pfsense-c898b8aaafbf83bbadac95c8e3bfd17ddb1283fa.zip pfsense-c898b8aaafbf83bbadac95c8e3bfd17ddb1283fa.tar.gz |
Diffserv code point is not a reqired field
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_rules_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php index 5cba8a8..ac29e5f 100755 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -874,7 +874,7 @@ include("head.inc"); </td> </tr> <tr> - <td width="22%" valign="top" class="vncellreq">Diffserv Code Point</td> + <td width="22%" valign="top" class="vncell">Diffserv Code Point</td> <td width="78%" class="vtable"> <input name="dscp" id="dscp" value="<?=htmlspecialchars($pconfig['dscp']);?>"> <br /> |