/[drupal]/contributions/modules/qb/modules/qbwc/qbwc.admin.inc
ViewVC logotype

Diff of /contributions/modules/qb/modules/qbwc/qbwc.admin.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Tue Jan 20 04:45:10 2009 UTC revision 1.3, Sun Aug 2 23:52:53 2009 UTC
# Line 1  Line 1 
1  <?php // $Id: qbwc.admin.inc,v 1.1 2009/01/20 04:13:35 vauxia Exp $  <?php // $Id: qbwc.admin.inc,v 1.2 2009/01/20 04:45:10 vauxia Exp $
2    
3  function qbwc_admin_form() {  function qbwc_admin_form() {
4    // Add QBWC settings to the Quickbooks settings page    // Add QBWC settings to the Quickbooks settings page
# Line 22  function qbwc_admin_form() { Line 22  function qbwc_admin_form() {
22      '#type'        => 'textfield',      '#type'        => 'textfield',
23      '#title'       => t('IP Restriction'),      '#title'       => t('IP Restriction'),
24      '#description' => t('If you want to limit connections to the Web Connector service to a limited set of hosts, enter one or more IP addresses here, separated by commas.'),      '#description' => t('If you want to limit connections to the Web Connector service to a limited set of hosts, enter one or more IP addresses here, separated by commas.'),
25        '#default_value' => variable_get('qbwc_hostname', '')
26    );    );
27    
28    $options = array(    $options = array(

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2