Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d726f05a

Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt

  • ID d726f05aa693408c45d0128b98738cbfce53cb0e
  • Vorgänger c24da79f
  • Nachfolger 3c2b2392

Temporäre Dateien unterhalb von users/ anlegen, weil der Webserver da definitiv Schreibzugriff hat. Fix für Bugzilla #459.

Unterschiede anzeigen:

bin/mozilla/ustva.pl
1061 1061
      $file .= $form->{elstersteuernummer};
1062 1062
      #file suffix
1063 1063
      $file .= '.xml';
1064
      $form->{tmpfile} = $file;
1064
      $form->{tmpfile} = "$userspath/$file";
1065 1065
    }
1066 1066

  
1067 1067
    if ( $form->{format} eq 'elstertaxbird' ) {
1068 1068

  
1069 1069
      $form->{IN} = 'taxbird.txb';
1070 1070
     
1071
      $form->{tmpfile} = "USTVA-" . $form->{period} 
1071
      $form->{tmpfile} = "$userspath/USTVA-" . $form->{period} 
1072 1072
      . sprintf("%02d", $form->{year} % 100) . ".txb";
1073 1073

  
1074 1074
      if ($form->{period} =~ /^[4]\d$/ ){
......
1137 1137
  $form->{templates} = $myconfig{templates};
1138 1138
  $form->{templates} = "doc" if ( $form->{type} eq 'help' );
1139 1139

  
1140
  $lxdebug->leave_sub();
1141

  
1142 1140
  $form->parse_template($myconfig, $userspath);
1143 1141

  
1142
  $lxdebug->leave_sub();
1144 1143
}
1145 1144

  
1146 1145
sub edit {

Auch abrufbar als: Unified diff