diff --git a/www/index.pl b/www/index.pl index f37f1a0..dd48c38 100755 --- a/www/index.pl +++ b/www/index.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl use v5.36; -use FU -spawn; +use FU -spawn, -procname => 'manned'; use FU::SQL; use FU::XMLWriter ':html5_'; use FU::Util 'httpdate_format', 'uri_escape';