X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/d5b09512de82cea18d7476365e001b0286f57be0..17b40b38feb0c7028d8340b6c20936f5bcc72bea:/login.pl diff --git a/login.pl b/login.pl index 7cca68aa7..a01fc10f8 100755 --- a/login.pl +++ b/login.pl @@ -31,7 +31,8 @@ ####################################################################### BEGIN { - push(@INC, "modules"); + unshift @INC, "modules/YAML"; # Use our own version of YAML. + push @INC, "modules"; # Only use our own versions of modules if there's no system version. } # setup defaults, DO NOT CHANGE