X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7a0da5ac43efdef3428d9268c141a747b3d0c989..a30a3da85b7ed79d89df32353e12fceff92467a8:/dispatcher.fpl diff --git a/dispatcher.fpl b/dispatcher.fpl index ba5f288d1..7d2dfb5be 100755 --- a/dispatcher.fpl +++ b/dispatcher.fpl @@ -6,10 +6,10 @@ use FCGI; use SL::Dispatcher; use SL::FCGIFixes; -SL::FCGIFixes::apply_fixes(); - our $dispatcher = SL::Dispatcher->new('FastCGI'); -$dispatcher->pre_startup; +$dispatcher->pre_startup_setup; +SL::FCGIFixes::apply_fixes(); +$dispatcher->pre_startup_checks; my $request = FCGI::Request(); $dispatcher->handle_request($request) while $request->Accept() >= 0;