From b16cca8b3944c071a15ba57820804cfb6da9cbdb Mon Sep 17 00:00:00 2001 From: "Chuck Norris (mars.fritz.box)" Date: Thu, 28 Aug 2014 09:33:11 +0200 Subject: refactor --- index.fpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.fpl') diff --git a/index.fpl b/index.fpl index 1cfcb5d..7483761 100755 --- a/index.fpl +++ b/index.fpl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Xerl (c) 2005-2011, 2013 Dipl.-Inform. (FH) Paul C. Buetow +# Xerl (c) 2005-2011, 2013, 2014 by Paul Buetow # # E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org # @@ -25,6 +25,6 @@ my $config = : ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' ); while ( FCGI::accept >= 0 ) { - my Xerl $xerl = Xerl->new( config => $config ); + my $xerl = Xerl->new( config => $config ); $xerl->run(); } -- cgit v1.2.3