configuration applied
This commit is contained in:
parent
f4380879cd
commit
d18701bd65
|
|
@ -3,7 +3,7 @@ $conf = array(
|
||||||
|
|
||||||
// 'referrals' is a list of web site domains separated by commas. Only requests originating from
|
// 'referrals' is a list of web site domains separated by commas. Only requests originating from
|
||||||
// these domains will be processed.
|
// 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
|
// 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.
|
// 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"
|
// 'defaultSubject' is a String. This is the default subject used if there is no field "subject"
|
||||||
// sent to this script.
|
// 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
|
// 'defaultReq' is a list of field names separated by commas. Field names listed here are assumed
|
||||||
// required for the script to run.
|
// required for the script to run.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue