Removed / Updated version info to just be LibreNMS (#4193)

This commit is contained in:
Neil Lathwood
2016-08-24 18:39:57 +01:00
committed by Tony Murray
parent 6b2ac09be6
commit dda6bf7576
2 changed files with 1 additions and 3 deletions

View File

@@ -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']);