mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
98_SVG.pm: declare userAgent for strange config files. (Forum #27531)
git-svn-id: https://svn.fhem.de/fhem/trunk@6649 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7962529c09
commit
5e5ac3b483
@ -25,6 +25,7 @@ use vars qw(%FW_hiddenroom); # hash of hidden rooms, used by weblink
|
|||||||
use vars qw(%FW_pos); # scroll position
|
use vars qw(%FW_pos); # scroll position
|
||||||
use vars qw(%FW_webArgs); # all arguments specified in the GET
|
use vars qw(%FW_webArgs); # all arguments specified in the GET
|
||||||
use vars qw($FW_formmethod);
|
use vars qw($FW_formmethod);
|
||||||
|
use vars qw($FW_userAgent);
|
||||||
|
|
||||||
my $SVG_RET; # Returned data (SVG)
|
my $SVG_RET; # Returned data (SVG)
|
||||||
sub SVG_calcOffsets($$);
|
sub SVG_calcOffsets($$);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user