Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 84353234

Von Moritz Bunkus vor fast 17 Jahren hinzugefügt

  • ID 84353234782c48888387bbbb3991208cb9cce5cf
  • Vorgänger 9ae4a625
  • Nachfolger ddda5f38

Adminfunktionen "Datenbank sichern" und "Datenbank wiederherstellen" deaktiviert, weil sie momentan nicht an die Authentifizierungsdatenbank angepasst sind.

Unterschiede anzeigen:

bin/mozilla/admin.pl
628 628

  
629 629
  $form->{title}     = "Lx-Office ERP / " . $locale->text('Database Administration');
630 630

  
631
  $form->{ALLOW_DBBACKUP} = "$pg_dump_exe" ne "DISABLED";
631
  # Intentionnaly disabled unless fixed to work with the authentication DB.
632
  $form->{ALLOW_DBBACKUP} = 0; # "$pg_dump_exe" ne "DISABLED";
632 633

  
633 634
  $form->header();
634 635
  print $form->parse_html_template("admin/dbadmin");

Auch abrufbar als: Unified diff