From ac58cc3721bc5d0322aaeaeb8f414f535e8f8a39 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Tue, 31 Jul 2018 14:09:23 -0400 Subject: [PATCH] change email addr --- assets/dsroot/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/dsroot/config.php b/assets/dsroot/config.php index 254e5b1..de1cefe 100644 --- a/assets/dsroot/config.php +++ b/assets/dsroot/config.php @@ -267,7 +267,7 @@ //$smallLogoURL = 'http://ds.example.org/SWITCHwayf/images/small-federation-logo.png'; // Support contact email address -$supportContactEmail = 'admin@incommon.org'; +$supportContactEmail = 'collaboration-support@internet2.edu'; // Absolute URL to the logo of the organization operating this Discovery Service // Set to an empty string to hide the logo @@ -302,4 +302,4 @@ // on pages the SWITCHwayf generates $developmentMode = $cds_settings['CDS_DEVELOPMENTMODE']; -?> \ No newline at end of file +?>