2
0
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:
mfr69bs 2012-12-03 19:46:52 +00:00
parent 941ee44da8
commit 16fb000c11

View File

@ -138,7 +138,7 @@ CommandFheminfo($$)
$ret = $str;
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);
$req->content_type("application/x-www-form-urlencoded");
my $contInfo;