| 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 |
| 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( |