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/Module/Dav.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/Module/Dav.php')
-rw-r--r-- | Zotlabs/Module/Dav.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Dav.php b/Zotlabs/Module/Dav.php index 549c992cc..d65ad3405 100644 --- a/Zotlabs/Module/Dav.php +++ b/Zotlabs/Module/Dav.php @@ -64,6 +64,7 @@ class Dav extends \Zotlabs\Web\Controller { $auth = new \Zotlabs\Storage\BasicAuth(); + $auth->setRealm(ucfirst(\Zotlabs\Project\System::get_platform_name()) . 'WebDAV'); // $authBackend = new \Sabre\DAV\Auth\Backend\BasicCallBack(function($userName,$password) { // if(account_verify_password($userName,$password)) |