From: eldy <>
Date: Sun, 23 Feb 2003 23:14:26 +0000 (+0000)
Subject: - Added a screen size report.
X-Git-Tag: AWSTATS_5_5_BETA~102
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=143c4751bdbabc8de4c159acc3da21bb8c039603;p=thirdparty%2FAWStats.git
- Added a screen size report.
---
diff --git a/docs/awstats_config.html b/docs/awstats_config.html
index 373af2e1..327b5b59 100644
--- a/docs/awstats_config.html
+++ b/docs/awstats_config.html
@@ -1017,7 +1017,7 @@ AWStats 4.1+ supports both keywords AND keyphrases by default with no need of an
# replacing value of 'logscreensizeurl' with string choosed:
# <script language="javascript">
# var awstatsscreenlogger="logscreensizeurl";
-
# document.write('<img src="/'+awstatsscreenlogger+'#w='+screen.width+'&h='+screen.height+'" border=0 width=0 height=0>');
+
# document.write('<img src="/'+awstatsscreenlogger+'?w='+screen.width+'&h='+screen.height+'" border=0 width=0 height=0>');
# </script>
# If this code is not added in index page, or if value of "logscreensizeurl"
# in the code does not match value defined in this LogScreenSizeUrl parameter,