summaryrefslogtreecommitdiff
path: root/localwebstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-01-09 21:50:14 +0000
committerJonas Smedegaard <dr@jones.dk>2002-01-09 21:50:14 +0000
commit9c6f5b5728ae9e33ae1cb57ad4edc1e5bc4b61cb (patch)
tree3e8b3fed4b153b28ab6c6a3a60bb826cd02ff01b /localwebstats
parent092fc810d7731ba1afc8e3ba5a900fa332e2ac37 (diff)
localwebstats: Put AWStats cache files in STATSDIR, so it is purged on init.
Diffstat (limited to 'localwebstats')
-rwxr-xr-xlocalwebstats2
1 files changed, 1 insertions, 1 deletions
diff --git a/localwebstats b/localwebstats
index ee1cb8d..85dd17b 100755
--- a/localwebstats
+++ b/localwebstats
@@ -217,7 +217,7 @@ HideReferrer $DOMAIN/
LogFile=\"$LOGDATATMP\"
LogFormat=4
DNSLookup=0
-DirData=\"/var/cache/awstats\"
+DirData=\"$STATSDIR/awstats\"
AllowToUpdateStatsFromBrowser=0
DirCgi=\"http://cgi.jones.dk/cgi-bin\"
DirIcons=\"http://stats.jones.dk/awstats-icon\"