summaryrefslogtreecommitdiff
path: root/index.fpl
diff options
context:
space:
mode:
Diffstat (limited to 'index.fpl')
-rwxr-xr-xindex.fpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.fpl b/index.fpl
index 11be5fc..d13cd6f 100755
--- a/index.fpl
+++ b/index.fpl
@@ -16,6 +16,6 @@ my $config =
: ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' );
while ( FCGI::accept >= 0 ) {
- my Xerl $xerl = Xerl->new( config => $config );
- $xerl->run();
+ my Xerl $xerl = Xerl->new( config => $config );
+ $xerl->run();
}