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:
parent
645836b0d7
commit
146d185b64
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user