From: Moritz Bunkus Date: Tue, 22 Jan 2008 16:30:27 +0000 (+0000) Subject: Adminfunktionen "Datenbank sichern" und "Datenbank wiederherstellen" deaktiviert... X-Git-Tag: release-2.6.0beta1~308 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=84353234782c48888387bbbb3991208cb9cce5cf;p=kivitendo-erp.git Adminfunktionen "Datenbank sichern" und "Datenbank wiederherstellen" deaktiviert, weil sie momentan nicht an die Authentifizierungsdatenbank angepasst sind. --- diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 6af37b3de..bd8a53206 100644 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -628,7 +628,8 @@ sub dbselect_source { $form->{title} = "Lx-Office ERP / " . $locale->text('Database Administration'); - $form->{ALLOW_DBBACKUP} = "$pg_dump_exe" ne "DISABLED"; + # Intentionnaly disabled unless fixed to work with the authentication DB. + $form->{ALLOW_DBBACKUP} = 0; # "$pg_dump_exe" ne "DISABLED"; $form->header(); print $form->parse_html_template("admin/dbadmin");