GetHttpFile -> GetFileFromURL change
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1629 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -83,4 +83,13 @@ GetFileFromURL($@)
|
||||
return $ret;
|
||||
}
|
||||
|
||||
##################
|
||||
# Compatibility mode
|
||||
sub
|
||||
GetHttpFile($$)
|
||||
{
|
||||
my ($host,$port) = @_;
|
||||
return GetFileFromURL("http://$host$file);
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user