Ha! Still getting the wrong security for new machines to build. Lets try again.

This commit is contained in:
David Brown 2016-11-18 14:49:11 +00:00
parent 66105ee5ae
commit 8e1897fe17

View file

@ -1,11 +1,9 @@
#!/usr/bin/perl -w #!/usr/bin/perl -w
use strict; use strict;
use warnings; use warnings;
use POSIX "strftime"; use POSIX "strftime";
use CGI qw(:standard escapeHTML); use CGI qw(:standard escapeHTML);
use JSON; use JSON;