X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a3f90d6fa23d0a8d026682511e7624bd847d532f..a921e75a:/bin/mozilla/admin.pl diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 3a5e810c2..c5c97cd89 100755 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -86,11 +86,6 @@ sub run { } call_sub($locale->findsub($form->{action})); } - } elsif ($auth->authenticate_root($form->{rpw}, 0) == $auth->OK()) { - - $auth->create_or_refresh_session() if ($auth->session_tables_present()); - - login(); } else { # if there are no drivers bail out $form->error($locale->text('No Database Drivers available!'))