]> wagnertech.de Git - kivitendo-erp.git/blobdiff - dispatcher.fpl
Bugfix: fix_acc_trans_ap_taxkey crasht unter fcgi.
[kivitendo-erp.git] / dispatcher.fpl
index a4083c115a5aec5eebd08917f904ddc754cba4c3..afe1bc6edec6aa912ab6890e417421e8c7c5b1ef 100755 (executable)
@@ -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();