2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

fix to work without whemweb

git-svn-id: https://svn.fhem.de/fhem/trunk@6017 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2014-05-30 21:59:55 +00:00
parent bd9b5820d7
commit 51768960aa

View File

@ -12,6 +12,7 @@ use POSIX;
use vars qw($FW_ME);
use vars qw($FW_subdir);
use vars qw($FW_wname);
use vars qw($FW_cname);
use vars qw(%FW_webArgs); # all arguments specified in the GET
my $LightScene_hasJSON = 1;