X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/94899fc98c0683b7f3fda6e4b9e0abc7d3923a92..7ecdb94715674d62df85fc746fe06db10c7ade9b:/dispatcher.fpl diff --git a/dispatcher.fpl b/dispatcher.fpl index a4083c115..afe1bc6ed 100755 --- a/dispatcher.fpl +++ b/dispatcher.fpl @@ -2,14 +2,11 @@ use strict; -BEGIN { - unshift @INC, "modules/override"; # Use our own versions of various modules (e.g. YAML). - push @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version. - push @INC, "SL"; # FCGI won't find modules that are not properly named. Help it by inclduging SL -} - use FCGI; use SL::Dispatcher; +use SL::FCGIFixes; + +SL::FCGIFixes::apply_fixes(); SL::Dispatcher::pre_startup(); my $request = FCGI::Request();