diff options
author | tailor <cygnus@janrain.com> | 2006-03-02 00:27:21 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-02 00:27:21 +0000 |
commit | 28fd2746bc1cf5425b9c2a48288f8e206bbe94b5 (patch) | |
tree | 103fefa9b3a76bf4936e1153d8d92aecde119425 | |
parent | 0fab8e1ae9d39fee6560e3d57aff463160837d18 (diff) | |
download | php-openid-28fd2746bc1cf5425b9c2a48288f8e206bbe94b5.zip php-openid-28fd2746bc1cf5425b9c2a48288f8e206bbe94b5.tar.gz php-openid-28fd2746bc1cf5425b9c2a48288f8e206bbe94b5.tar.bz2 |
[project @ Added links to DumbStore]
-rw-r--r-- | Auth/OpenID/DumbStore.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Auth/OpenID/DumbStore.php b/Auth/OpenID/DumbStore.php index 06faa36..b4216ab 100644 --- a/Auth/OpenID/DumbStore.php +++ b/Auth/OpenID/DumbStore.php @@ -35,7 +35,7 @@ require_once 'Auth/OpenID/HMACSHA1.php'; class Auth_OpenID_DumbStore extends Auth_OpenID_OpenIDStore { /** - * Creates a new Auth_OpenID_DumbStore instance. For the security + * Creates a new {@link Auth_OpenID_DumbStore} instance. For the security * of the tokens generated by the library, this class attempts to * at least have a secure implementation of getAuthKey. * @@ -45,7 +45,7 @@ class Auth_OpenID_DumbStore extends Auth_OpenID_OpenIDStore { * string as the secret phrase, which means you can make it very * difficult to guess. * - * Each Auth_OpenID_DumbStore instance that is created for use by + * Each {@link Auth_OpenID_DumbStore} instance that is created for use by * your consumer site needs to use the same $secret_phrase. * * @param string secret_phrase The phrase used to create the auth |