mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed / Updated version info to just be LibreNMS (#4193)
This commit is contained in:
committed by
Tony Murray
parent
6b2ac09be6
commit
dda6bf7576
@@ -2561,8 +2561,7 @@ $config['device_types'][$i]['icon'] = 'appliance.png';
|
||||
//
|
||||
// No changes below this line #
|
||||
//
|
||||
$config['version'] = '2015.master';
|
||||
$config['project_name_version'] = $config['project_name'].' '.$config['version'];
|
||||
$config['project_name_version'] = $config['project_name'];
|
||||
|
||||
if (isset($config['rrdgraph_def_text'])) {
|
||||
$config['rrdgraph_def_text'] = str_replace(' ', ' ', $config['rrdgraph_def_text']);
|
||||
|
Reference in New Issue
Block a user