2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-19 18:56:03 +00:00

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/>.
#
#
# Version: 1.0.1
# Version: 1.0.2
#
# Major Version History:
# - 1.0.0 - 2014-01-09
@ -174,7 +174,7 @@ sub GEOFANCY_CGI() {
my $msg;
# data received
if ( $request =~ m,^(/[^/]+)\?((.*)?)?$, ) {
if ( $request =~ m,^(/[^/]+?)(?:\&|\?)(.*)?$, ) {
$link = $1;
$URI = $2;