mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
adding errorhandling for modules
git-svn-id: https://svn.fhem.de/fhem/trunk@2259 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
941ee44da8
commit
16fb000c11
@ -138,7 +138,7 @@ CommandFheminfo($$)
|
|||||||
$ret = $str;
|
$ret = $str;
|
||||||
|
|
||||||
if(@args != 0 && $args[0] eq "send") {
|
if(@args != 0 && $args[0] eq "send") {
|
||||||
my $uri = "http://192.168.1.5/cgi/statistics.cgi";
|
my $uri = "http://fhem.de/stats/statistics.cgi";
|
||||||
my $req = HTTP::Request->new("POST",$uri);
|
my $req = HTTP::Request->new("POST",$uri);
|
||||||
$req->content_type("application/x-www-form-urlencoded");
|
$req->content_type("application/x-www-form-urlencoded");
|
||||||
my $contInfo;
|
my $contInfo;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user