From e756e7e8a99d604ef85a9630c856bc0ffae2a3f0 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 10 Jan 2012 05:16:15 -0500
Subject: [PATCH] Fixed: FS#1967 - AWStats statistics not accessible when the website uses suphp.
---
interface/web/monitor/show_log.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/interface/web/monitor/show_log.php b/interface/web/monitor/show_log.php
index d2f91d8..c033c9c 100644
--- a/interface/web/monitor/show_log.php
+++ b/interface/web/monitor/show_log.php
@@ -103,7 +103,7 @@
/*
Creating the array with the refresh intervals
- Attention: the core-moule ist triggered every 5 minutes,
+ Attention: the core-moule ist triggered every 5 minutes,
so reload every 2 minutes is impossible!
*/
$refresh_values = array('0' => '- '.$app->lng("No Refresh").' -','5' => '5 '.$app->lng("minutes"),'10' => '10 '.$app->lng("minutes"),'15' => '15 '.$app->lng("minutes"),'30' => '30 '.$app->lng("minutes"),'60' => '60 '.$app->lng("minutes"));
@@ -131,9 +131,9 @@
$app->tpl->setVar("log_data", $app->lng("no_logdata_txt"));
}
-$app->tpl->setVar("title", $title);
+$app->tpl->setVar("list_head_txt", $title);
$app->tpl->setVar("log_id",$logId);
-$app->tpl->setVar("description", $description);
+$app->tpl->setVar("list_desc_txt", $description);
$app->tpl->setVar("time", getDataTime($logId));
$app->tpl->setVar("monTransDate", $monTransDate);
$app->tpl->setVar("monTransRefreshsq", $monTransRefreshsq);
--
Gitblit v1.9.1