Changeset 720170
- Timestamp:
- 05/30/2013 03:20:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cts-infusionsoft-form-shortcode/tags/1.1/cts-infusionsoft-form-shortcode.php
r720169 r720170 32 32 33 33 function infusionsoft_form_handler($incomingfrompost) { 34 if(!strtolower(strstr($incomingfrompost['src'] ),".infusionsoft.com")) {34 if(!strtolower(strstr($incomingfrompost['src'],".infusionsoft.com"))) { 35 35 return "Your source appears to be invalid."; 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.