aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xanalyse-logs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/analyse-logs.sh b/analyse-logs.sh
index 32aae33..6ae59d4 100755
--- a/analyse-logs.sh
+++ b/analyse-logs.sh
@@ -151,6 +151,8 @@ write.conf.file ()
echo "ReportTitle \"Usage Statistics for the $3 of \"" >> $1
echo "HostName $WEB_NAME" >> $1
echo "ReallyQuiet yes" >> $1
+ echo "IndexMonths 24" >> $1
+ echo "GraphMonths 24" >> $1
echo "TopSites 100" >> $1
echo "AllSites yes" >> $1
echo "TopURLs 100" >> $1