]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/amtemplates.pl
$form->{path} entfernt und hardcodiert auf bin/mozilla gesetzt.
[mfinanz.git] / bin / mozilla / amtemplates.pl
index fa55a0118ccaadc3dfbbcdd78f085fd917c3067c..77f7659a2f820955167575560a71722fed9fe216 100644 (file)
@@ -38,7 +38,7 @@ use Data::Dumper;
 
 1;
 
-require "$form->{path}/common.pl";
+require "bin/mozilla/common.pl";
 
 # end of main
 
@@ -98,7 +98,7 @@ sub display_template_form {
 
   my %options;
 
-  my @hidden = qw(login path password type format);
+  my @hidden = qw(login password type format);
 
   if (($form->{"type"} ne "stylesheet") && !$form->{"edit"}) {
     $options{"SHOW_EDIT_OPTIONS"} = 1;