aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-14 20:30:34 -0700
committerredmatrix <git@macgirvin.com>2016-06-14 20:30:34 -0700
commit212d8b6cfd28151b5b8abdd3f1fcd3b3daeeb0da (patch)
tree1ec0b362026f8fb3de7a05426a9db4810ceeaf25 /Zotlabs/Web
parentccfd028919ee06611ebe0525a0a701830bd77516 (diff)
downloadvolse-hubzilla-212d8b6cfd28151b5b8abdd3f1fcd3b3daeeb0da.tar.gz
volse-hubzilla-212d8b6cfd28151b5b8abdd3f1fcd3b3daeeb0da.tar.bz2
volse-hubzilla-212d8b6cfd28151b5b8abdd3f1fcd3b3daeeb0da.zip
support cookie auth in Sabre DAV
Diffstat (limited to 'Zotlabs/Web')
-rw-r--r--Zotlabs/Web/Controller.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Web/Controller.php b/Zotlabs/Web/Controller.php
index ac835e008..2d0f58891 100644
--- a/Zotlabs/Web/Controller.php
+++ b/Zotlabs/Web/Controller.php
@@ -9,4 +9,5 @@ class Controller {
function post() {}
function get() {}
-} \ No newline at end of file
+}
+