mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove useless assignment, duh
git-svn-id: http://www.observium.org/svn/observer/trunk@3143 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -1131,8 +1131,6 @@ if (file_exists($config['install_dir'] . '/.svn/entries'))
|
||||
if (!empty($svn_rev))
|
||||
{
|
||||
$config['version'] = "0." . ($svn_year-2000) . "." . ($svn_month+0) . "." . $svn_rev;
|
||||
} else {
|
||||
$config['version'] = $config['version'];
|
||||
}
|
||||
|
||||
if (isset($config['rrdgraph_def_text']))
|
||||
|
Reference in New Issue
Block a user