fixed two outdated doc bugs
This commit is contained in:
parent
a2b5a14ce3
commit
5aa21faaa3
3 changed files with 6 additions and 5 deletions
|
|
@ -15,15 +15,14 @@ our $I18N = {
|
|||
'env body' => {
|
||||
message => q|
|
||||
<p><b>^Env();</b><br />
|
||||
Can be used to display a web server environment variable on a page. The environment variables available on each server are different, but you can find out which ones your web server has by going to: http://www.yourwebguisite.com/env.pl
|
||||
</p>
|
||||
Can be used to display a web server environment variable on a page. The environment variables available on each server are different. Please consult the documentation for your server for a list of them.</p>
|
||||
|
||||
<p>The macro should be specified like this ^Env("REMOTE_ADDR");
|
||||
</p>
|
||||
<p>This Macro may be nested inside other Macros if the text returned does not contain commas or quotes.</p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1168558879,
|
||||
lastUpdated => 1172510936,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue