diff options
author | redmatrix <git@macgirvin.com> | 2016-05-18 22:53:43 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-18 22:53:43 -0700 |
commit | 905432c7ae738ff69090bf8cc912c42d2cea5ab2 (patch) | |
tree | e56f13d7450ca9dc2dac3d94e5de3a30b2237c7e /Zotlabs/Storage | |
parent | 3355210878c6af1d4ee1719d223e83dd9e086ddc (diff) | |
download | volse-hubzilla-905432c7ae738ff69090bf8cc912c42d2cea5ab2.tar.gz volse-hubzilla-905432c7ae738ff69090bf8cc912c42d2cea5ab2.tar.bz2 volse-hubzilla-905432c7ae738ff69090bf8cc912c42d2cea5ab2.zip |
text clarifications
Diffstat (limited to 'Zotlabs/Storage')
-rw-r--r-- | Zotlabs/Storage/BasicAuth.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Storage/BasicAuth.php b/Zotlabs/Storage/BasicAuth.php index 02c4117da..121a9c3a1 100644 --- a/Zotlabs/Storage/BasicAuth.php +++ b/Zotlabs/Storage/BasicAuth.php @@ -79,7 +79,6 @@ class BasicAuth extends DAV\Auth\Backend\AbstractBasic { /** * @brief Validates a username and password. * - * Guest access is granted with the password "+++". * * @see \Sabre\DAV\Auth\Backend\AbstractBasic::validateUserPass * @param string $username |