summaryrefslogtreecommitdiff
path: root/inc/auth
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2009-05-26 12:24:11 +0200
committerAndreas Gohr <andi@splitbrain.org>2009-05-26 12:24:11 +0200
commit0a9d7f862c83380832a906c390184b6f8f610999 (patch)
tree6bbb7cc8a55bfda2325efd20558fbee10815e302 /inc/auth
parent3b4371639fc812f3ef82891919849de43fc1156e (diff)
downloadrpg-0a9d7f862c83380832a906c390184b6f8f610999.tar.gz
rpg-0a9d7f862c83380832a906c390184b6f8f610999.tar.bz2
fixed function documentation FS#1695
Ignore-this: 9fa16a2aec98eec2a330a7de9e4a2def darcs-hash:20090526102411-7ad00-eb2f23abd5c7b169f574cc58cba32be7f7ce0220.gz
Diffstat (limited to 'inc/auth')
-rw-r--r--inc/auth/basic.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/auth/basic.class.php b/inc/auth/basic.class.php
index c93e3d5c5..5af70a47a 100644
--- a/inc/auth/basic.class.php
+++ b/inc/auth/basic.class.php
@@ -327,7 +327,7 @@ class auth_basic {
* Check Session Cache validity [implement only where required/possible]
*
* DokuWiki caches user info in the user's session for the timespan defined
- * in $conf['securitytimeout'].
+ * in $conf['auth_security_timeout'].
*
* This makes sure slow authentication backends do not slow down DokuWiki.
* This also means that changes to the user database will not be reflected