summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-11-28 14:40:14 -0500
committersullrich <sullrich@pfsense.org>2009-11-28 14:40:14 -0500
commitc898b8aaafbf83bbadac95c8e3bfd17ddb1283fa (patch)
tree84b8faaa05977b514ae16cfc1aeab6d355d238a3 /usr/local/www/firewall_rules_edit.php
parentf69f34f1289edb93b62e35f801efdef1093c234d (diff)
downloadpfsense-c898b8aaafbf83bbadac95c8e3bfd17ddb1283fa.zip
pfsense-c898b8aaafbf83bbadac95c8e3bfd17ddb1283fa.tar.gz
Diffserv code point is not a reqired field
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
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 />
OpenPOWER on IntegriCloud