From f34bb4e38938e9519e6eb7dd357f193828a0c37b Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 12 Aug 2009 08:36:13 +0000 Subject: [PATCH] Correct documentation git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13821 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/strings.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/functions/strings.php b/functions/strings.php index f2d882af..b6c82aba 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -1305,9 +1305,10 @@ function sm_get_user_security_tokens($purge_old=TRUE) * * WARNING: If the administrator has turned the token system * off by setting $disable_security_tokens to TRUE in - * config/config_local.php, this function will not - * store tokens in the user preferences (but it will - * still generate and return a random string). + * config/config.php or the configuration tool, this + * function will not store tokens in the user + * preferences (but it will still generate and return + * a random string). * * @return void * @@ -1357,8 +1358,8 @@ function sm_generate_security_token() * * WARNING: If the administrator has turned the token system * off by setting $disable_security_tokens to TRUE in - * config/config_local.php, this function will always - * return TRUE. + * config/config.php or the configuration tool, this + * function will always return TRUE. * * @param string $token The token to validate * @param int $validity_period The number of seconds tokens are valid -- 2.25.1