Revision 47f818e4
Added by NOYB NOYB over 9 years ago
src/usr/local/www/diag_logs_filter.php | ||
---|---|---|
205 | 205 |
$interface = ""; |
206 | 206 |
|
207 | 207 |
if (!isset($config['syslog']['rawfilter'])) { // Advanced log filter form |
208 |
$form = new Form(new Form_StaticText( |
|
209 |
null, |
|
210 |
null |
|
211 |
)); |
|
208 |
$form = new Form(false); |
|
212 | 209 |
|
213 | 210 |
$section = new Form_Section('Advanced Log Filter'); |
214 | 211 |
|
Also available in: Unified diff
The right way