aboutsummaryrefslogtreecommitdiffstats
path: root/mod/cloud.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-17 16:28:16 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-17 16:28:16 -0700
commit91d7b0f7eb7d3d7240b9ba12e2fbd71334b5a458 (patch)
treee33928bc87d27d661303c77925a0dd5b69167006 /mod/cloud.php
parent51b6d709965faa104b02fe148dbe8cf407ff47fa (diff)
downloadvolse-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.php2
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());