99_Utils.pm: Svn_GetFile: use svn directly, not via trac (Forum #142955)
git-svn-id: https://svn.fhem.de/fhem/trunk@30516 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -271,7 +271,7 @@ Svn_GetFile($$;$)
|
||||
return "Forbidden characters in from/to"
|
||||
if($from =~ m/\.\./ || $to =~ m/\.\./ || $to =~ m,^/,);
|
||||
HttpUtils_NonblockingGet({
|
||||
url=>"https://svn.fhem.de/trac/browser/trunk/fhem/$from?format=txt",
|
||||
url=>"https://svn.fhem.de/fhem/trunk/fhem/$from",
|
||||
incrementalTimeout=>1,
|
||||
callback=>sub($$$){
|
||||
if($_[1]) {
|
||||
|
||||
Reference in New Issue
Block a user