Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d4f9d559

Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt

  • ID d4f9d559a4a4d5e8fa2bb10be268e24634169b5e
  • Vorgänger 00e5ce0d
  • Nachfolger 08388ac8

Scriptname steht nicht mehr in $form

Unterschiede anzeigen:

SL/Dispatcher.pm
102 102
    };
103 103
    $::form->error($EVAL_ERROR) if ($EVAL_ERROR);
104 104
  }
105
  if ($::form->{login} && -f "bin/mozilla/$::form->{login}_$::form->{script}") {
105
  if ($::form->{login} && -f "bin/mozilla/$::form->{login}_$script") {
106 106
    eval {
107 107
      package main;
108
      require "bin/mozilla/$::form->{login}_$::form->{script}";
108
      require "bin/mozilla/$::form->{login}_$script";
109 109
    };
110 110
    $::form->error($EVAL_ERROR) if ($EVAL_ERROR);
111 111
  }

Auch abrufbar als: Unified diff