Revision e85ae672
Added by Renato Botelho over 4 years ago
src/usr/local/www/services_snmp.php | ||
---|---|---|
161 | 161 |
$config['snmpd']['bindip'] = implode(",", $_POST['bindip']); |
162 | 162 |
} |
163 | 163 |
|
164 |
write_config(); |
|
164 |
write_config("SNMP settings saved");
|
|
165 | 165 |
|
166 | 166 |
$changes_applied = true; |
167 | 167 |
$retval = 0; |
Also available in: Unified diff
Fix #204: Add messages to all write_config() calls