| 1 |
<?php |
<?php |
| 2 |
// $Id: globalredirect.admin.inc,v 1.1.2.4 2008/12/22 10:32:54 njt1982 Exp $ |
// $Id: globalredirect.admin.inc,v 1.1.2.5 2008/12/22 10:42:06 njt1982 Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 61 |
$form['globalredirect_case_sensitive_urls'] = array( |
$form['globalredirect_case_sensitive_urls'] = array( |
| 62 |
'#type' => 'radios', |
'#type' => 'radios', |
| 63 |
'#title' => t('Case Sensitive URL Checking'), |
'#title' => t('Case Sensitive URL Checking'), |
| 64 |
'#description' => t('If enabled, the module will compae the current URL to the alias stored in the system. If there are any differences in case then the user will be redirected to the correct URL.'), |
'#description' => t('If enabled, the module will compare the current URL to the alias stored in the system. If there are any differences in case then the user will be redirected to the correct URL.'), |
| 65 |
'#options' => array( |
'#options' => array( |
| 66 |
GLOBALREDIRECT_FEATURE_DISABLED => t('Disabled'), |
GLOBALREDIRECT_FEATURE_DISABLED => t('Disabled'), |
| 67 |
GLOBALREDIRECT_CASE_SENSITIVE_URLS_ENABLED => t('Enabled'), |
GLOBALREDIRECT_CASE_SENSITIVE_URLS_ENABLED => t('Enabled'), |