mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fixed spelling mistake in process_config (#6769)
This commit is contained in:
@ -31,6 +31,6 @@ if (empty($config['email_from'])) {
|
||||
if (empty($config['rrdtool'])) {
|
||||
$config['rrdtool'] = '/usr/bin/rrdtool';
|
||||
}
|
||||
if (empty($config['rrdtool_verion'])) {
|
||||
if (empty($config['rrdtool_version'])) {
|
||||
$config['rrdtool_version'] = 1.4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user