2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +00:00

98_DOIF.pm: Bugfix: use vars qw($FW_CSRF);

git-svn-id: https://svn.fhem.de/fhem/trunk@16182 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Damian 2018-02-14 21:36:04 +00:00
parent 6c27581126
commit 77faa32d03

View File

@ -22,6 +22,7 @@ package main;
use strict; use strict;
use warnings; use warnings;
use Color; use Color;
use vars qw($FW_CSRF);
sub DOIF_cmd ($$$$); sub DOIF_cmd ($$$$);
sub DOIF_Notify ($$); sub DOIF_Notify ($$);