Und die dazugehoerigen Templates
[kivitendo-erp.git] / kopf.pl
diff --git a/kopf.pl b/kopf.pl
index bae3cdc..5ee9f2f 100755 (executable)
--- a/kopf.pl
+++ b/kopf.pl
@@ -2,7 +2,8 @@
 #
 
 BEGIN {
-  push(@INC, "modules");
+  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.
 }
 
 use SL::LXDebug;