]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl display a message when open text/brestore mime type
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 21 Aug 2006 06:02:57 +0000 (06:02 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 21 Aug 2006 06:02:57 +0000 (06:02 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3316 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lib/Bweb.pm

index 883b08ce8ac2c85f814701e5b087c2bd173d7f59..2e40950b2c56c82beddab9b77bee555e184a8f0f 100644 (file)
@@ -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";
 }