Drupal: Found one more instance of project-specific text; removed.

This commit is contained in:
Shawn Kwang 2017-03-31 09:32:58 -05:00
parent 1f00dc2268
commit 5d3297e3c1
1 changed files with 1 additions and 1 deletions

View File

@ -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',