Revision 0516b4cd
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
bin/mozilla/installationcheck.pl | ||
---|---|---|
use SL::InstallationCheck;
|
||
|
||
use strict;
|
||
|
||
sub verify_installation {
|
||
my $script = $0;
|
||
$script =~ s|.*/||;
|
||
|
||
return unless ($form{"action"} && ($script eq "login.pl"));
|
||
my $form = $main::form;
|
||
|
||
return unless ($form->{"action"} && ($script eq "login.pl"));
|
||
|
||
SL::InstallationCheck::check_for_conditional_dependencies();
|
||
|
||
... | ... | |
return if (scalar(@missing_modules) == 0);
|
||
|
||
use SL::Locale;
|
||
my $locale = new Locale($language, "installationcheck");
|
||
my $locale = new Locale($main::language, "installationcheck");
|
||
|
||
print(qq|content-type: text/html
|
||
|
Auch abrufbar als: Unified diff
installationcheck strict