X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=am.pl;h=d5124e8d06c8d877d799eb25056484294fc8a7ca;hb=1387c8c3ae668f43cafc8b81f51f7952b42db262;hp=7e111f368997c51b276034e045a8e59e4a5d85d7;hpb=15682dc47316fcc2deab66730045cd38afec001f;p=kivitendo-erp.git diff --git a/am.pl b/am.pl index 7e111f368..d5124e8d0 100755 --- a/am.pl +++ b/am.pl @@ -30,6 +30,10 @@ # ####################################################################### +BEGIN { + push(@INC, "modules"); +} + # setup defaults, DO NOT CHANGE $userspath = "users"; $templates = "templates";