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/log_list.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/admin/log_list.php b/interface/web/monitor/log_list.php
similarity index 97%
rename from interface/web/admin/log_list.php
rename to interface/web/monitor/log_list.php
index 890c90b..d8304ad 100644
--- a/interface/web/admin/log_list.php
+++ b/interface/web/monitor/log_list.php
@@ -42,7 +42,7 @@
******************************************/
//* 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'";
--
Gitblit v1.9.1