GEOFANCY: add POST support

git-svn-id: https://svn.fhem.de/fhem/trunk@4618 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2014-01-11 11:35:10 +00:00
parent 645836b0d7
commit 146d185b64

View File

@ -25,7 +25,7 @@
# along with fhem. If not, see <http://www.gnu.org/licenses/>. # along with fhem. If not, see <http://www.gnu.org/licenses/>.
# #
# #
# Version: 1.0.1 # Version: 1.0.2
# #
# Major Version History: # Major Version History:
# - 1.0.0 - 2014-01-09 # - 1.0.0 - 2014-01-09
@ -174,7 +174,7 @@ sub GEOFANCY_CGI() {
my $msg; my $msg;
# data received # data received
if ( $request =~ m,^(/[^/]+)\?((.*)?)?$, ) { if ( $request =~ m,^(/[^/]+?)(?:\&|\?)(.*)?$, ) {
$link = $1; $link = $1;
$URI = $2; $URI = $2;