mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
Typo again :/
git-svn-id: https://svn.fhem.de/fhem/trunk@1631 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f4b43b0051
commit
1db5b67bcb
@ -88,7 +88,7 @@ GetFileFromURL($@)
|
|||||||
sub
|
sub
|
||||||
GetHttpFile($$)
|
GetHttpFile($$)
|
||||||
{
|
{
|
||||||
my ($host,$port) = @_;
|
my ($host,$file) = @_;
|
||||||
return GetFileFromURL("http://$host$file");
|
return GetFileFromURL("http://$host$file");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user