diff options
author | friendica <info@friendica.com> | 2014-01-05 16:00:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-05 16:00:05 -0800 |
commit | 061894d37f9883c8c5033a2e75337660dbc39ad9 (patch) | |
tree | 4fa019d65ee90c5516afc37dcab812869ddb156d /mod/cloud.php | |
parent | d920e212ac40e3a67ec01dcc9926acbf4b844cf5 (diff) | |
download | volse-hubzilla-061894d37f9883c8c5033a2e75337660dbc39ad9.tar.gz volse-hubzilla-061894d37f9883c8c5033a2e75337660dbc39ad9.tar.bz2 volse-hubzilla-061894d37f9883c8c5033a2e75337660dbc39ad9.zip |
reddav - basic mkdir support - needs more work to be robust
Diffstat (limited to 'mod/cloud.php')
-rw-r--r-- | mod/cloud.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/cloud.php b/mod/cloud.php index 024aa9ef3..1b2b65d05 100644 --- a/mod/cloud.php +++ b/mod/cloud.php @@ -51,6 +51,8 @@ class RedBasicAuth extends Sabre\DAV\Auth\Backend\AbstractBasic { public $channel_hash = ''; public $observer = ''; + public $owner_id; + protected function validateUserPass($username, $password) { require_once('include/auth.php'); $record = account_verify_password($email,$pass); |