Adminfunktionen "Datenbank sichern" und "Datenbank wiederherstellen" deaktiviert...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 22 Jan 2008 16:30:27 +0000 (16:30 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 22 Jan 2008 16:30:27 +0000 (16:30 +0000)
bin/mozilla/admin.pl

index 6af37b3..bd8a532 100644 (file)
@@ -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");