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

@@ -145,7 +145,6 @@ echo "
<?php
$versions = version_info(false);
$project_name = $config['project_name'];
$project_version = $config['version'];
$apache_version = str_replace('Apache/', '', $_SERVER['SERVER_SOFTWARE']);
$php_version = $versions['php_ver'];
$mysql_version = $versions['mysql_ver'];

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