X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin.pl;h=603d166b2ca7a63d4c7f36408ee3ca41741e849e;hb=e6ffa928b78feb3cf0fa2c38da388144543a76dd;hp=ef97a15a1465b964407359930805122102865810;hpb=94899fc98c0683b7f3fda6e4b9e0abc7d3923a92;p=kivitendo-erp.git 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();