more work isolating the projectname from core.

This commit is contained in:
redmatrix
2015-05-17 16:28:16 -07:00
parent 51b6d70996
commit 91d7b0f7eb
16 changed files with 325 additions and 321 deletions

View File

@@ -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());