From: Sven Schöling Date: Fri, 5 Feb 2010 10:04:01 +0000 (+0100) Subject: Include Modifikationen sind hier nicht nötig. X-Git-Tag: release-2.6.2beta1~288 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8e009de46807bec412ef3c3d449648b18c4ad01a;p=kivitendo-erp.git Include Modifikationen sind hier nicht nötig. --- diff --git a/admin.pl b/admin.pl index ef97a15a1..603d166b2 100755 --- a/admin.pl +++ b/admin.pl @@ -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 SL::Dispatcher; SL::Dispatcher::pre_startup(); 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;