From: eldy <> Date: Sun, 2 Feb 2003 17:53:44 +0000 (+0000) Subject: The AWSTATS_CURRENT_CONFIG environment variable is now always defined X-Git-Tag: AWSTATS_5_4_BETA~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe5558336eb4fcc30e8f8a9889f59d5c745bf367;p=thirdparty%2FAWStats.git The AWSTATS_CURRENT_CONFIG environment variable is now always defined into AWStats environment with value of config (Can be used inside config file like other environment variables). --- diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 27ba7b8d..9b0bdabd 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -7,6 +7,8 @@ # To include an environment variable in any parameter (AWStats will replace # it with its value when reading it), follow the example: # Parameter="__ENVNAME__" +# Note that environment variable AWSTATS_CURRENT_CONFIG is always defined with +# the config value in an AWStats running session and can be used like others. #----------------------------------------------------------------------------- # $Revision$ - $Author$ - $Date$