]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
- Added a screen size report.
authoreldy <>
Sun, 23 Feb 2003 23:14:26 +0000 (23:14 +0000)
committereldy <>
Sun, 23 Feb 2003 23:14:26 +0000 (23:14 +0000)
docs/awstats_config.html

index 373af2e1dc76019dab710a1e3cd14ea575d91814..327b5b59e7cabc8d3381ef232010e43f8925c52c 100644 (file)
@@ -1017,7 +1017,7 @@ AWStats 4.1+ supports both keywords AND keyphrases by default with no need of an
 <br># replacing value of 'logscreensizeurl' with string choosed:
 <br>#   &lt;script language="javascript"&gt;
 <br>#   var awstatsscreenlogger="logscreensizeurl";
-<br>#   document.write('&lt;img src="/'+awstatsscreenlogger+'#w='+screen.width+'&h='+screen.height+'" border=0 width=0 height=0&gt;');
+<br>#   document.write('&lt;img src="/'+awstatsscreenlogger+'?w='+screen.width+'&h='+screen.height+'" border=0 width=0 height=0&gt;');
 <br>#   &lt;/script&gt;
 <br># If this code is not added in index page, or if value of "logscreensizeurl"
 <br># in the code does not match value defined in this LogScreenSizeUrl parameter,