show scheduled and burned columns
[BackupPC.git] / lib / BackupPC / Config.pm
index 26ccead..aa7b217 100644 (file)
@@ -14,7 +14,6 @@ sub CheckConfigInfo
     my($attr, $val, $def, $ref);
     
     foreach $attr (sort keys %{ $self->{Conf} }) {
-        print AA "Checking $attr...";
         $val = $self->{Conf}->{$attr};
         $ref = ref $val;
         $def = $ConfigDef{$attr};
@@ -104,7 +103,8 @@ sub timeStamp
             . ($noPad ? "" : " ");
 }
 
-sub ConnectData {
+sub ConnectData
+{
     # fallback routine in case no database used
     return 1;
 
@@ -332,18 +332,6 @@ sub ConnectData {
     CgiNavBarAdminAllHosts       => {struct => 'SCALAR',
                                      type   => 'BOOLEAN', },
 
-    CgiHeaderFontType            => {struct => 'SCALAR',
-                                     type   => 'STRING', },
-
-    CgiHeaderFontSize            => {struct => 'SCALAR',
-                                     type   => 'INT', },
-
-    CgiNavBarBgColor             => {struct => 'SCALAR',
-                                     type   => 'STRING', },
-
-    CgiHeaderBgColor             => {struct => 'SCALAR',
-                                     type   => 'STRING', },
-
     CgiHeaders                   => {struct => 'SCALAR',
                                      type   => 'STRING', },