diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-05-19 07:04:36 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-05-19 07:04:36 -0400 |
commit | 062cb7753981f9f2a3e52d1322c81fe03f08747b (patch) | |
tree | f7d869cf2652c8b4cb8189e9e59bd2291e386ba7 /Zotlabs/Storage/BasicAuth.php | |
parent | b55e2776ccc72be172cdf9a6d29e35716a592708 (diff) | |
parent | 50d1d06b0324737ca6dc7dab43e42217ee9381b4 (diff) | |
download | volse-hubzilla-062cb7753981f9f2a3e52d1322c81fe03f08747b.tar.gz volse-hubzilla-062cb7753981f9f2a3e52d1322c81fe03f08747b.tar.bz2 volse-hubzilla-062cb7753981f9f2a3e52d1322c81fe03f08747b.zip |
Merge remote-tracking branch 'upstream/dev' into plugin-repo-ui
Diffstat (limited to 'Zotlabs/Storage/BasicAuth.php')
-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 |