diff options
author | Ermal <eri@pfsense.org> | 2012-07-09 17:32:22 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-07-09 17:32:22 +0000 |
commit | 78158470ddbd3393bb10bf503dacefe3f2a4e780 (patch) | |
tree | 505ceac5226355f79c6d828c863cefef488e235e | |
parent | d1b4562c28d0ea7d945349084fb7f6098dad2df1 (diff) | |
download | pfsense-packages-78158470ddbd3393bb10bf503dacefe3f2a4e780.tar.gz pfsense-packages-78158470ddbd3393bb10bf503dacefe3f2a4e780.tar.bz2 pfsense-packages-78158470ddbd3393bb10bf503dacefe3f2a4e780.zip |
Make this with proper size
-rw-r--r-- | config/snort/snort_barnyard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_barnyard.php b/config/snort/snort_barnyard.php index 2fa2437f..7102e36d 100644 --- a/config/snort/snort_barnyard.php +++ b/config/snort/snort_barnyard.php @@ -210,7 +210,7 @@ function enable_change(enable_change) { <td width="22%" valign="top" class="vncell">Advanced configuration pass through</td> <td width="78%" class="vtable"><textarea name="barnconfigpassthru" - cols="100" rows="7" id="barnconfigpassthru" ><?=htmlspecialchars($pconfig['barnconfigpassthru']);?></textarea> + cols="60" rows="7" id="barnconfigpassthru" ><?=htmlspecialchars($pconfig['barnconfigpassthru']);?></textarea> <br> Arguments here will be automatically inserted into the running barnyard2 configuration.</td> |