Revision 84353234
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
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
Adminfunktionen "Datenbank sichern" und "Datenbank wiederherstellen" deaktiviert, weil sie momentan nicht an die Authentifizierungsdatenbank angepasst sind.