Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0516b4cd

Von Sven Schöling vor mehr als 15 Jahren hinzugefügt

  • ID 0516b4cdce2258a4446b7013521a76c7afb4d1d8
  • Vorgänger 14686a93
  • Nachfolger 05311eb0

installationcheck strict

Unterschiede anzeigen:

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