]> wagnertech.de Git - mfinanz.git/blobdiff - am.pl
Bugfix 624 und 93.
[mfinanz.git] / am.pl
diff --git a/am.pl b/am.pl
index e48b9790d9f00672dda13f8572d0d56399213a9c..b54599e4965af4b3cb88c9ca42cda612ae851046 100755 (executable)
--- a/am.pl
+++ b/am.pl
@@ -77,6 +77,8 @@ $script =~ s/\.pl//;
 # pull in DBI
 use DBI;
 
+$form->{login} =~ s|.*/||;
+
 # check for user config file, could be missing or ???
 eval { require("$userspath/$form->{login}.conf"); };
 if ($@) {