git-svn-id: http://www.observium.org/svn/observer/trunk@3046 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-04-17 15:38:09 +00:00
parent ff72c2843e
commit 4715a48e16
2 changed files with 1 additions and 2 deletions

View File

@ -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");
}

View File

@ -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 :)