mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix strict to go first
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/local/bin/perl
|
||||
# Show the left-side menu of Virtualmin domains, plus modules
|
||||
use warnings;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
# Globals
|
||||
our %in;
|
||||
|
||||
Reference in New Issue
Block a user