Revision 72b5583c
Added by Scott Ullrich about 19 years ago
usr/local/www/services_snmp.php | ||
---|---|---|
77 | 77 |
$reqdfieldsn = explode(",", "Polling Port"); |
78 | 78 |
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors); |
79 | 79 |
|
80 |
$reqdfields = explode(" ", "syscontact"); |
|
81 |
$reqdfieldsn = explode(",", "System contact"); |
|
82 |
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors); |
|
83 |
|
|
84 |
$reqdfields = explode(" ", "syslocation"); |
|
85 |
$reqdfieldsn = explode(",", "System location"); |
|
86 |
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors); |
|
80 |
|
|
87 | 81 |
} |
88 | 82 |
|
89 | 83 |
if ($_POST['trapenable']) { |
Also available in: Unified diff
Allow blank syscontact or syslocation items.
Ticket #911