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/cloud.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/cloud.php')
-rw-r--r-- | mod/cloud.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/cloud.php b/mod/cloud.php index b36e6c482..4b5d45f97 100644 --- a/mod/cloud.php +++ b/mod/cloud.php @@ -117,7 +117,7 @@ function cloud_init(&$a) { if ((! $auth->observer) && (! $isapublic_file) && (! $davguest)) { try { - $auth->Authenticate($server, t('RedMatrix - Guests: Username: {your email address}, Password: +++')); + $auth->Authenticate($server, t('$Projectname - Guests: Username: {your email address}, Password: +++')); } catch (Exception $e) { logger('mod_cloud: auth exception' . $e->getMessage()); |