X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=login.pl;h=f49163362bcb29926ca22976af92a6cc1b0c9548;hb=209f6291c32e88d454c9018f2b4c98f994805239;hp=2d4c34e3640fabb80e0d59301b7dc4e80421e690;hpb=541272c5cf4f874a13eff89993d5d4a941451f42;p=kivitendo-erp.git diff --git a/login.pl b/login.pl index 2d4c34e36..f49163362 100755 --- a/login.pl +++ b/login.pl @@ -30,6 +30,10 @@ # ####################################################################### +BEGIN { + push(@INC, "modules"); +} + # setup defaults, DO NOT CHANGE $userspath = "users"; $templates = "templates";