configuration applied

This commit is contained in:
Eric Fawcett 2022-03-09 21:47:39 -05:00
parent f4380879cd
commit d18701bd65
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ $conf = array(
// 'referrals' is a list of web site domains separated by commas. Only requests originating from
// these domains will be processed.
'referrals' => "domain.com",
'referrals' => "usfelt.com",
// Google reCaptcha v2 secret. Obtain your key from https://www.google.com/recaptcha/admin/create
// Enter your secret key below and be sure to integrate reCaptcha into your site with your site key.
@ -26,7 +26,7 @@ $conf = array(
// 'defaultSubject' is a String. This is the default subject used if there is no field "subject"
// sent to this script.
'defaultSubject' => "SendForm Results",
'defaultSubject' => "Contact From USFelt.com",
// 'defaultReq' is a list of field names separated by commas. Field names listed here are assumed
// required for the script to run.