From 8e009de46807bec412ef3c3d449648b18c4ad01a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 5 Feb 2010 11:04:01 +0100 Subject: [PATCH] =?utf8?q?Include=20Modifikationen=20sind=20hier=20nicht?= =?utf8?q?=20n=C3=B6tig.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- admin.pl | 6 ------ dispatcher.fpl | 6 ------ 2 files changed, 12 deletions(-) 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; -- 2.20.1