aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces_edit.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-07-09 17:15:42 +0000
committerErmal <eri@pfsense.org>2012-07-09 17:15:42 +0000
commit021f53e00b3f8ee5cc6f2cbb73b7a3c7b88b70c0 (patch)
tree596c870822418aaf19b4dd90ef7c580ec7d22100 /config/snort/snort_interfaces_edit.php
parent3bdc8734fb15a2f38fd2906a9adc6a2aedf4b5a2 (diff)
downloadpfsense-packages-021f53e00b3f8ee5cc6f2cbb73b7a3c7b88b70c0.tar.gz
pfsense-packages-021f53e00b3f8ee5cc6f2cbb73b7a3c7b88b70c0.tar.bz2
pfsense-packages-021f53e00b3f8ee5cc6f2cbb73b7a3c7b88b70c0.zip
Remove more reference to undefined classes
Diffstat (limited to 'config/snort/snort_interfaces_edit.php')
-rw-r--r--config/snort/snort_interfaces_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snort/snort_interfaces_edit.php b/config/snort/snort_interfaces_edit.php
index 76ee9aaf..b83f4ad2 100644
--- a/config/snort/snort_interfaces_edit.php
+++ b/config/snort/snort_interfaces_edit.php
@@ -635,8 +635,8 @@ function enable_change(enable_change) {
<tr>
<td width="22%" valign="top" class="vncell">Advanced configuration pass through</td>
<td width="78%" class="vtable">
- <textarea wrap="off" name="configpassthru" cols="65" rows="12" id="configpassthru"
- class="formpre"><?=htmlspecialchars($pconfig['configpassthru']);?></textarea>
+ <textarea wrap="off" name="configpassthru" cols="65" rows="12" id="configpassthru">
+ <?=htmlspecialchars($pconfig['configpassthru']);?></textarea>
</td>
</tr>
<tr>