Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d629acd8

Von Sven Schöling vor etwa 18 Jahren hinzugefügt

  • ID d629acd82a27e980899a044ca8b0f4becc8e94bb
  • Vorgänger aed92dbe
  • Nachfolger 290df7c8

$form->{path} entfernt und hardcodiert auf bin/mozilla gesetzt.
Vorlagen sind nicht betroffen, aber locales.pl schon.

Unterschiede anzeigen:

bin/mozilla/arap.pl
#
# any custom scripts for this one
if (-f "$form->{path}/custom_arap.pl") {
eval { require "$form->{path}/custom_arap.pl"; };
if (-f "bin/mozilla/custom_arap.pl") {
eval { require "bin/mozilla/custom_arap.pl"; };
}
if (-f "$form->{path}/$form->{login}_arap.pl") {
eval { require "$form->{path}/$form->{login}_arap.pl"; };
if (-f "bin/mozilla/$form->{login}_arap.pl") {
eval { require "bin/mozilla/$form->{login}_arap.pl"; };
}
1;

Auch abrufbar als: Unified diff