diff --git a/classes/cronlog-renderer.class.php b/classes/cronlog-renderer.class.php
index 538ca075261f089f3698ab3e1fe0633072699930..48f9aa3185648885086b7a7112952cad743bab37 100644
--- a/classes/cronlog-renderer.class.php
+++ b/classes/cronlog-renderer.class.php
@@ -1,7 +1,5 @@
 <?php
-
 require_once 'cronlog.class.php';
-
 /**
  * central cronlog viewer
  * 
diff --git a/config/inc_cronlog.php.dist b/config/inc_cronlog.php.dist
index d995feef6e6d40b768ab719ea4b0c4a554adab64..9804246aef833a2456cc1adb363778703b9a6c90 100644
--- a/config/inc_cronlog.php.dist
+++ b/config/inc_cronlog.php.dist
@@ -9,5 +9,10 @@ return array(
     'sDatadir'=>'__APPDIR__/data',
 
     // caching time for infos in the browser
-    'iTtlCache'=>0,
+    'iTtlCache'=>60,
+
+    // hide these cronjob labels in the web gui
+    'aHidelogs'=>array(
+        'copycronlogs',
+    )
 );