mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix if()
git-svn-id: http://www.observium.org/svn/observer/trunk@3046 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -112,7 +112,7 @@ if ($discovered_devices)
|
||||
$string = $argv[0] . " $doing " . date("F j, Y, G:i") . " - $discovered_devices devices discovered in $proctime secs";
|
||||
if ($debug) echo("$string\n");
|
||||
|
||||
if(!$options['h'] == "new" && $config['version_check']) {
|
||||
if($options['h'] != "new" && $config['version_check']) {
|
||||
include("includes/versioncheck.inc.php");
|
||||
}
|
||||
|
||||
|
@ -165,7 +165,6 @@ $config['show_overview_tab'] = TRUE;
|
||||
$config['overview_show_sysDescr'] = TRUE;
|
||||
|
||||
### Enable version checker & stats
|
||||
|
||||
$config['version_check'] = 1; # Enable checking of version in discovery
|
||||
# and submittal of basic stats used
|
||||
# to prioritise development effort :)
|
||||
|
Reference in New Issue
Block a user