diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-17 16:28:16 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-17 16:28:16 -0700 |
commit | 91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458 (patch) | |
tree | e33928bc87d27d661303c77925a0dd5b69167006 /mod/dav.php | |
parent | 51b6d709965faa104b02fe148dbe8cf407ff47fa (diff) | |
download | volse-hubzilla-91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458.tar.gz volse-hubzilla-91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458.tar.bz2 volse-hubzilla-91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458.zip |
more work isolating the projectname from core.
Diffstat (limited to 'mod/dav.php')
-rw-r--r-- | mod/dav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dav.php b/mod/dav.php index f7f89b6da..2f811a7f0 100644 --- a/mod/dav.php +++ b/mod/dav.php @@ -118,7 +118,7 @@ function dav_init(&$a) { if ((! $auth->observer) && (! $isapublic_file) && (! $davguest)) { try { - $auth->Authenticate($server, t('RedMatrix channel')); + $auth->Authenticate($server, t('$Projectname channel')); } catch (Exception $e) { logger('mod_cloud: auth exception' . $e->getMessage()); |