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/rc.pl
<br>
<input type=hidden name=nextsub value=get_payments>
<input type=hidden name=path value=$form->{path}>
<input type=hidden name=login value=$form->{login}>
<input type=hidden name=password value=$form->{password}>
......
<input type=hidden name=fromdate value=$form->{fromdate}>
<input type=hidden name=todate value=$form->{todate}>
<input type=hidden name=path value=$form->{path}>
<input type=hidden name=login value=$form->{login}>
<input type=hidden name=password value=$form->{password}>
......
$lxdebug->enter_sub();
$form->{callback} =
"$form->{script}?path=$form->{path}&action=reconciliation&login=$form->{login}&password=$form->{password}";
"$form->{script}?action=reconciliation&login=$form->{login}&password=$form->{password}";
$form->error($locale->text('Out of balance!')) if ($form->{difference} *= 1);

Auch abrufbar als: Unified diff