BTW, awstats is not what everyone uses (although I like it).
cp -Rp ${AWSTATS}/wwwroot/icon ${STATS_DIR}
#April 17, changed to link, below
#cp -Rp ${AWSTATS}/wwwroot/icon ${STATS_DIR}
ICON=${STATS_DIR}/icon
if [ ! -h $ICON ]; then
rm -rf $ICON
ln -sf ${AWSTATS}/wwwroot/icon $ICON
fi
How do you know what ehsanch's accounts use? Maybe all of his hosting account do use awstats. That is up to him to decide what his users use.
Are you always like this?
Little bump, I think this possible broke my icons[..]
ditto: I just took a look at it, and implemented the fix. The code is in the versions entry, so can be added to your awstats_process.sh now if you'd like.