X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=script%2Fndweb_server.pl;h=fbd487270c9943ed1d5bc34615c9eb79c5954062;hb=e3d87e31652374c184db31c915814f8bc4d7cbd4;hp=2a50e5e770729395af821946a2954a2a85df41c0;hpb=3fc40135d773a95ede229e71efb48e07fdf3c418;p=ndwebbie.git diff --git a/script/ndweb_server.pl b/script/ndweb_server.pl index 2a50e5e..fbd4872 100755 --- a/script/ndweb_server.pl +++ b/script/ndweb_server.pl @@ -13,6 +13,10 @@ use Pod::Usage; use FindBin; use lib "$FindBin::Bin/../lib"; +#Need to preload, otherwise the first hit is slow +use CGI qw/:standard/; +escapeHTML(''); + my $debug = 0; my $fork = 0; my $help = 0;