diff --git a/www/index.fpl b/www/index.fpl index 4ab3ac62d..f0a9311de 100755 --- a/www/index.fpl +++ b/www/index.fpl @@ -27,7 +27,7 @@ use CGI::Carp qw(fatalsToBrowser); use strict; use WebGUI; use CGI::Fast; -while my $fcgi = new CGI::Fast) { +while (my $fcgi = new CGI::Fast) { print WebGUI::page($webguiRoot,$configFile,"","",$fcgi); }