Revision 541272c5
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
login.pl | ||
---|---|---|
74 | 74 |
exit; |
75 | 75 |
} |
76 | 76 |
|
77 |
require "bin/mozilla/installationcheck.pl"; |
|
78 |
verify_installation(); |
|
79 |
|
|
77 | 80 |
if ($form{path}) { |
78 | 81 |
$form{path} =~ s/%2f/\//gi; |
79 | 82 |
$form{path} =~ s/\.\.\///g; |
Auch abrufbar als: Unified diff
Beim Login wird jetzt ein Check durchgeführt, ob alle benötigten Perl-Module installiert sind. Wenn nicht, dann wird eine Fehlermeldung sowie eine Liste der fehlenden Module ausgegeben sowie grobe Informationen, wie man die fehlenden Module nachinstallieren kann.