Revision d629acd8
Von Sven Schöling vor etwa 18 Jahren hinzugefügt
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
$form->{path} entfernt und hardcodiert auf bin/mozilla gesetzt.
Vorlagen sind nicht betroffen, aber locales.pl schon.