mirror of https://github.com/mikaku/Monitorix.git
3.0: fix to use strict
This commit is contained in:
parent
8041d80716
commit
6a396342ee
|
@ -20,7 +20,7 @@
|
|||
|
||||
package user;
|
||||
|
||||
#use strict;
|
||||
use strict;
|
||||
use warnings;
|
||||
use Monitorix;
|
||||
use RRDs;
|
||||
|
|
Loading…
Reference in New Issue