X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=login.pl;h=f49163362bcb29926ca22976af92a6cc1b0c9548;hb=272ff5b05b65ceea4d33a122a7d87464fc119475;hp=376ea98bf070db17986a63942101fc956a70a5a3;hpb=b1f65772befd38947f5d8f1a4f30c5b17d716e4b;p=kivitendo-erp.git diff --git a/login.pl b/login.pl index 376ea98bf..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"; @@ -74,6 +78,9 @@ Login disabled!\n"; exit; } +require "bin/mozilla/installationcheck.pl"; +verify_installation(); + if ($form{path}) { $form{path} =~ s/%2f/\//gi; $form{path} =~ s/\.\.\///g;