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:
justme1968
2014-05-30 21:59:55 +00:00
parent c399d63dc2
commit cc1bcbe9c2

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;