mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 16:26:55 +02: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))
|
if (!empty($svn_rev))
|
||||||
{
|
{
|
||||||
$config['version'] = "0." . ($svn_year-2000) . "." . ($svn_month+0) . "." . $svn_rev;
|
$config['version'] = "0." . ($svn_year-2000) . "." . ($svn_month+0) . "." . $svn_rev;
|
||||||
} else {
|
|
||||||
$config['version'] = $config['version'];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($config['rrdgraph_def_text']))
|
if (isset($config['rrdgraph_def_text']))
|
||||||
|
|||||||
Reference in New Issue
Block a user