From 6b326db83ded297acd91fa23e7447025ba05de91 Mon Sep 17 00:00:00 2001 From: chriskl Date: Wed, 29 Jun 2005 04:16:54 +0000 Subject: [PATCH] Fix that reports weren't respecting the config file --- classes/Misc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/classes/Misc.php b/classes/Misc.php index 71b4debe..88c3f41d 100644 --- a/classes/Misc.php +++ b/classes/Misc.php @@ -2,7 +2,7 @@ /** * Class to hold various commonly used functions * - * $Id: Misc.php,v 1.102 2005/06/16 14:40:11 chriskl Exp $ + * $Id: Misc.php,v 1.103 2005/06/29 04:16:54 chriskl Exp $ */ class Misc { @@ -510,6 +510,7 @@ 'title' => $lang['strreports'], 'url' => 'reports.php', 'urlvars' => array('subject' => 'server'), + 'hide' => !$conf['show_reports'] ), ); -- 2.39.5