From 5d3297e3c12150c1b66a87e7073ba74bbfd759cb Mon Sep 17 00:00:00 2001 From: Shawn Kwang Date: Fri, 31 Mar 2017 09:32:58 -0500 Subject: [PATCH] Drupal: Found one more instance of project-specific text; removed. --- .../boinc/modules/boincuser/includes/boincuser.forms.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc b/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc index 4905c52f9c..f51818a381 100644 --- a/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc +++ b/drupal/sites/default/boinc/modules/boincuser/includes/boincuser.forms.inc @@ -416,7 +416,7 @@ function boincuser_request_pass_validate($form, &$form_state) { */ function boincuser_authloginform() { $headers = apache_request_headers(); - $project_name = variable_get('site_name', 'einsteinathome.org'); + $project_name = variable_get('site_name', 'Drupal-BOINC'); $project_domain = $headers['Host']; $form['heading'] = array( '#type' => 'markup',