Changeset 18393 for extensions/ContactForm/admin/config.php
- Timestamp:
- Oct 1, 2012, 4:02:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ContactForm/admin/config.php
r18331 r18393 14 14 'cf_mandatory_name' => isset($_POST['cf_mandatory_name']), 15 15 'cf_mail_type' => $_POST['cf_mail_type'], 16 'cf_redirect_url' => $_POST['cf_redirect_url'],16 'cf_redirect_url' => ($_POST['cf_redirect_url']!='http://') ? $_POST['cf_redirect_url'] : null, 17 17 ); 18 18 $conf['ContactForm_before'] = $_POST['cf_before'];
Note: See TracChangeset
for help on using the changeset viewer.