From 7ff27228bdf12d4f5f6c303cf95d01aac9cb291e Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 26 Dec 2008 05:21:45 -0500
Subject: [PATCH] - Updated Ubuntu installation text. - Installer recognizes 5.0 and lenny/sid as suppoertde debian release

---
 interface/web/monitor/lib/module.conf.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/interface/web/monitor/lib/module.conf.php b/interface/web/monitor/lib/module.conf.php
index ac9b486..dd68504 100644
--- a/interface/web/monitor/lib/module.conf.php
+++ b/interface/web/monitor/lib/module.conf.php
@@ -134,6 +134,10 @@
                   'target' 	=> 'content',
                   'link'	=> 'monitor/show_log.php?log=log_messages');
 
+$items[] = array( 'title' 	=> "Show ISPC Cron-Log",
+                  'target' 	=> 'content',
+                  'link'	=> 'monitor/show_log.php?log=log_ispc_cron');
+
 $items[] = array( 'title' 	=> "Show Freshclam-Log",
                   'target' 	=> 'content',
                   'link'	=> 'monitor/show_log.php?log=log_freshclam');

--
Gitblit v1.9.1