X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/382e874cd5a9ffcf41643b2b8b3b34d1f4737421..8e009de46807bec412ef3c3d449648b18c4ad01a:/dispatcher.fpl diff --git a/dispatcher.fpl b/dispatcher.fpl index a4083c115..7fae716f1 100755 --- a/dispatcher.fpl +++ b/dispatcher.fpl @@ -2,12 +2,6 @@ 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;