change from GET to POST

This commit is contained in:
Marko Oldenburg
2017-12-15 12:10:02 +01:00
parent 5a69a54059
commit 7d3873d0b2
2 changed files with 6 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ eval "use Encode qw(encode encode_utf8);1" or $missingModul .= "Encode ";
eval "use JSON;1" or $missingModul .= "JSON ";
my $modulversion = "4.1.99.13";
my $modulversion = "4.1.99.15";
my $flowsetversion = "4.0.11";