fheminfo: use FhemUtils::release moved out of fhem.pl

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3775 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-08-24 08:31:39 +00:00
parent e5fbf50ce0
commit 782264e231

View File

@@ -25,6 +25,7 @@ package main;
use strict;
use warnings;
use Config;
use FhemUtils::release;
sub CommandFheminfo($$);
@@ -32,10 +33,6 @@ sub CommandFheminfo($$);
sub
fheminfo_Initialize($$)
{
if(!eval "require FhemUtils::release") {
require release;
}
my %hash = (
Fn => "CommandFheminfo",
Hlp => "[send],show or send Fhem statistics",