projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ae4a62
)
Adminfunktionen "Datenbank sichern" und "Datenbank wiederherstellen" deaktiviert...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 22 Jan 2008 16:30:27 +0000
(16:30 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 22 Jan 2008 16:30:27 +0000
(16:30 +0000)
bin/mozilla/admin.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/admin.pl
b/bin/mozilla/admin.pl
index
6af37b3
..
bd8a532
100644
(file)
--- 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");