X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDispatcher.pm;h=fbe63f2ecb1e2fbab7e03a663b6e94547900409d;hb=28c19c1c99304a88bf3cd57eb02a4f3d502a6c62;hp=a37a01ed94b263077e0ccc8686b8a9088da84cce;hpb=09479f022ab9e0815ceee55923ae46df51afbd42;p=kivitendo-erp.git diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index a37a01ed9..fbe63f2ec 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -7,15 +7,6 @@ use strict; # parse_html_template('login_screen/user_login') # parse_html_template('generic/error') -BEGIN { - use SL::System::Process; - my $exe_dir = SL::System::Process::exe_dir; - - unshift @INC, "${exe_dir}/modules/override"; # Use our own versions of various modules (e.g. YAML). - push @INC, "${exe_dir}/modules/fallback"; # Only use our own versions of modules if there's no system version. - unshift @INC, $exe_dir; -} - use Carp; use CGI qw( -no_xhtml); use Config::Std; @@ -357,7 +348,6 @@ sub handle_request { $::request = undef; SL::DBConnect::Cache->reset_all; - Form::disconnect_standard_dbh; $self->_watch_for_changed_files;