From 70e890ed44de037bd1207fc74872b57debb8de5a Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Thu, 11 Dec 2008 14:42:24 -0500
Subject: [PATCH] moved the system-log and the jobqueue to the monitor.

---
 interface/web/monitor/datalog_list.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/web/admin/datalog_list.php b/interface/web/monitor/datalog_list.php
similarity index 94%
rename from interface/web/admin/datalog_list.php
rename to interface/web/monitor/datalog_list.php
index d44ea01..25005a7 100644
--- a/interface/web/admin/datalog_list.php
+++ b/interface/web/monitor/datalog_list.php
@@ -42,10 +42,10 @@
 ******************************************/
 
 //* Check permissions for module
-$app->auth->check_module_permissions('admin');
+$app->auth->check_module_permissions('monitor');
 
 $app->uses('listform_actions');
-//$app->listform_actions->SQLExtWhere = "wb = 'W'";
+$app->listform_actions->SQLExtWhere = "server_id != 0";
 $app->listform_actions->SQLOrderBy = "ORDER BY tstamp DESC, datalog_id DESC";
 
 $app->listform_actions->onLoad();

--
Gitblit v1.9.1