]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/cgi/bweb.pl
ebl fix label_barcodes (use drive name instead of autochanger name)
[bacula/bacula] / gui / bweb / cgi / bweb.pl
index 9e7b58b6243494cbe120ec86d52fa7a23ef8641f..d4a8cf573afa7bd24a97a1d8f9f9d312294e2c12 100755 (executable)
@@ -54,7 +54,7 @@ if ($action eq 'restore') {
 }
 
 # loading config file
-my $conf = new Bweb::Config(config_file => '/etc/bweb/config');
+my $conf = new Bweb::Config(config_file => $Bweb::config_file);
 $conf->load();
 
 my $bweb = new Bweb(info => $conf);