X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/8e009de46807bec412ef3c3d449648b18c4ad01a..a921e75ae22df789c55c12388e0d9825fbb8e204:/dispatcher.fpl diff --git a/dispatcher.fpl b/dispatcher.fpl index 7fae716f1..afe1bc6ed 100755 --- a/dispatcher.fpl +++ b/dispatcher.fpl @@ -4,6 +4,9 @@ use strict; use FCGI; use SL::Dispatcher; +use SL::FCGIFixes; + +SL::FCGIFixes::apply_fixes(); SL::Dispatcher::pre_startup(); my $request = FCGI::Request();