From: Eric Bollengier Date: Mon, 21 Aug 2006 06:02:57 +0000 (+0000) Subject: ebl display a message when open text/brestore mime type X-Git-Tag: Release-2.0.0~592 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4e1e1034bd1ab045d2e626256d9ef3f25f2b4f1e;p=bacula%2Fbacula ebl display a message when open text/brestore mime type git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3316 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index 883b08ce8a..2e40950b2c 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -1136,7 +1136,7 @@ sub new my $self = bless { dbh => undef, # connect_db(); info => { - dbi => 'DBI:Pg:database=bacula;host=127.0.0.1', + dbi => '', # DBI:Pg:database=bacula;host=127.0.0.1 user => 'bacula', password => 'test', }, @@ -2552,6 +2552,7 @@ sub restore print CGI::header('text/brestore'); print "jobid=$arg->{jobid}\n" if ($arg->{jobid}); print "client=$arg->{client}\n" if ($arg->{client}); + print "\n\nYou have to assign this mime type with /usr/bin/brestore.pl\n"; print "\n"; }