]> wagnertech.de Git - mfinanz.git/blobdiff - dispatcher.fpl
CSV-Export für ISO- und UTF-8, mit und ohne FastCGI gefixt
[mfinanz.git] / dispatcher.fpl
index e5c8ca9ddb90ef9e60686ed581ec2d3273479dd2..ba5f288d1b2f4cc40091ce285396bddeaa03e9a9 100755 (executable)
@@ -8,7 +8,7 @@ use SL::FCGIFixes;
 
 SL::FCGIFixes::apply_fixes();
 
-my $dispatcher = SL::Dispatcher->new('FastCGI');
+our $dispatcher = SL::Dispatcher->new('FastCGI');
 $dispatcher->pre_startup;
 
 my $request = FCGI::Request();