]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Renamed BW_Config PHP class to Config
authorDavide Franco <bacula-dev@dflc.ch>
Thu, 16 Jun 2011 20:46:43 +0000 (22:46 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:13 +0000 (14:49 +0200)
gui/bacula-web/includes/bweb.inc.php
gui/bacula-web/includes/cfg/config.class.php

index 34972a88522b8f925c02438d50b64a95061d37d0..2efed40f92e9ad6423cf436ca1ec94d77885e7f2 100644 (file)
@@ -33,7 +33,7 @@ class Bweb extends DB {
 
     function __construct()
        {             
-               $this->bwcfg = new BW_Config();
+               $this->bwcfg = new Config();
                $dsn = array();
                
                // Loading configuration from config file
index 480874b25be2311ed51ead4d18bdf225497dd161..070fd2cdb998cea7ceb3757220c4860c21f79802 100644 (file)
@@ -14,7 +14,7 @@
 | GNU General Public License for more details.                            |
 +-------------------------------------------------------------------------+ 
 */
- class BW_Config {
+ class Config {
  
        private $config_params;
        private $config;