diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-04-28 09:53:55 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-04-28 09:53:55 +0000 |
commit | 5c6122b4cef676f672fe874a8c5de453d3ab937b (patch) | |
tree | bac0e57260ea2bd8dd967997afd2bbd284c5bca7 /modules/statistics/statistics.module | |
parent | 3eb55eae7192dcabe9e1cc98904e3988dafdc368 (diff) | |
download | brdo-5c6122b4cef676f672fe874a8c5de453d3ab937b.tar.gz brdo-5c6122b4cef676f672fe874a8c5de453d3ab937b.tar.bz2 |
- Renamed "settings and filters" to "site configuration": you might have to
update your user's permissions.
Diffstat (limited to 'modules/statistics/statistics.module')
-rw-r--r-- | modules/statistics/statistics.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index a0bb70439..94a82287c 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -9,7 +9,7 @@ function statistics_help() { $output .= "<p>The statistics module gathers and presents useful log information from your Drupal site. Currently, the statistics module is limited to internal and external referrals display, but other analysis capabilities might be added in future.</p>"; $output .= "<p>1. The external referrer log indicates which other sites are linking your website and how many visitors they refer. Each link made to your site - when a user on another site clicks on a link to your site - generates a referral entry in the log.</p>"; $output .= "<p>2. The internal referrer log indicates the referrals within the domain of your site. This log is useful for assessing and evaluating the structure of your website, to learn which pages are being accessed, and to gain insight into the way users are navigating your site.</p>"; - $output .= "<p>Drupal automatically rotates the referrer logs after a set period of time. The life-time of the accumulated data can be configured via the settings and filters option under site administration.</p>"; + $output .= "<p>Drupal automatically rotates the referrer logs after a set period of time. The life-time of the accumulated data can be configured via the <i>site configuration</i> option under site administration.</p>"; $output .= "<p>Warning: Drupal gets the referrer information from the HTTP_REFERER environment variable. This is not always set properly by web browsers.</p>"; return $output; } |