Ignore:
Timestamp:
Oct 1, 2012, 4:02:37 PM (12 years ago)
Author:
mistic100
Message:

increase redirect url config input width

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/admin/config.php

    r18331 r18393  
    1414    'cf_mandatory_name' =>    isset($_POST['cf_mandatory_name']),
    1515    '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,
    1717    );
    1818  $conf['ContactForm_before'] = $_POST['cf_before'];
Note: See TracChangeset for help on using the changeset viewer.