GEOFANCY: add POST support
git-svn-id: https://svn.fhem.de/fhem/trunk@4618 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user