tabindex-Attribute entfernt, damit der Browser die Tabreinhenfolge selber vergibt...
[kivitendo-erp.git] / login.pl
index 376ea98..f491633 100755 (executable)
--- a/login.pl
+++ b/login.pl
 #
 #######################################################################
 
+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;