From 3ede5af16246a21ea7c10405f08a6b0c9b5e7bc8 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Tue, 12 Jul 2011 12:21:05 +0200 Subject: [PATCH] bacula-web: Changed path for global config file --- gui/bacula-web/backupjob-report.php | 2 +- gui/bacula-web/client-report.php | 2 +- gui/bacula-web/index.php | 2 +- gui/bacula-web/jobs.php | 2 +- gui/bacula-web/pools.php | 2 +- gui/bacula-web/test.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gui/bacula-web/backupjob-report.php b/gui/bacula-web/backupjob-report.php index c8220df04b..7f55f98110 100644 --- a/gui/bacula-web/backupjob-report.php +++ b/gui/bacula-web/backupjob-report.php @@ -15,7 +15,7 @@ +-------------------------------------------------------------------------+ */ session_start(); - include_once( 'config.inc.php' ); + include_once( 'config/global.inc.php' ); $dbSql = new Bweb(); diff --git a/gui/bacula-web/client-report.php b/gui/bacula-web/client-report.php index 87554e853d..fea5d291fa 100644 --- a/gui/bacula-web/client-report.php +++ b/gui/bacula-web/client-report.php @@ -15,7 +15,7 @@ +-------------------------------------------------------------------------+ */ session_start(); - include_once( 'config.inc.php' ); + include_once( 'config/global.inc.php' ); $dbSql = new Bweb(); diff --git a/gui/bacula-web/index.php b/gui/bacula-web/index.php index 4aa714ecd8..aa938488f5 100644 --- a/gui/bacula-web/index.php +++ b/gui/bacula-web/index.php @@ -16,7 +16,7 @@ +-------------------------------------------------------------------------+ */ session_start(); -include_once( 'config.inc.php' ); +include_once( 'config/global.inc.php' ); $dbSql = new Bweb(); $days_stored_bytes = array(); diff --git a/gui/bacula-web/jobs.php b/gui/bacula-web/jobs.php index 35bf7737e8..4adee0a6d4 100644 --- a/gui/bacula-web/jobs.php +++ b/gui/bacula-web/jobs.php @@ -15,7 +15,7 @@ +-------------------------------------------------------------------------+ */ session_start(); - include_once( 'config.inc.php' ); + include_once( 'config/global.inc.php' ); $dbSql = new Bweb(); // Jobs list diff --git a/gui/bacula-web/pools.php b/gui/bacula-web/pools.php index 4fe3cd8b66..622792fae0 100644 --- a/gui/bacula-web/pools.php +++ b/gui/bacula-web/pools.php @@ -15,7 +15,7 @@ +-------------------------------------------------------------------------+ */ session_start(); - include_once( 'config.inc.php' ); + include_once( 'config/global.inc.php' ); $dbSql = new Bweb(); diff --git a/gui/bacula-web/test.php b/gui/bacula-web/test.php index 2b3b01b0f4..244b3077be 100644 --- a/gui/bacula-web/test.php +++ b/gui/bacula-web/test.php @@ -15,7 +15,7 @@ | GNU General Public License for more details. | +-------------------------------------------------------------------------+ */ - require_once ("config.inc.php"); + require_once ("config/global.inc.php"); $bw = new Bweb(); // Check result icon -- 2.39.5