Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2002-05-29
2002-05-29 15:18:44 by Anders Johansson <anders@roxen.com>
f9ce961a1200cae06cf62404eaeb084ffcfd1b91 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Correctly documented user_agent_raw.
Rev: server/base_server/configuration.pike:1.515
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
514
2002/05/29 15:
12
:
52
anders Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
515
2002/05/29 15:
18
:
44
anders Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
3398:
$request-time -- The time the request took (seconds) $referer -- The header 'referer' from the request, or '-'. $user_agent -- The header 'User-Agent' from the request, or '-'.
-
$user_agent_raw -- Same, but spaces in the name are encoded to %20.
+
$user_agent_raw -- Same, but spaces in the name are
not
encoded to %20.
$user -- the name of the auth user used, if any $user_id -- A unique user ID, if cookies are supported, by the client, otherwise '0'