| 1 |
<?php |
<?php |
| 2 |
// $Id: globalredirect.admin.inc,v 1.1.2.3 2008/12/22 09:36:09 njt1982 Exp $ |
// $Id: globalredirect.admin.inc,v 1.1.2.4 2008/12/22 10:32:54 njt1982 Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 49 |
|
|
| 50 |
$form['globalredirect_menu_check'] = array( |
$form['globalredirect_menu_check'] = array( |
| 51 |
'#type' => 'radios', |
'#type' => 'radios', |
| 52 |
'#title' => t('Enable Menu Access Checking'), |
'#title' => t('Menu Access Checking'), |
| 53 |
'#description' => t('If enabled, the module will check the user has access to the page before redirecting. This helps to stop redirection on protected pages and avoids giving away <em>secret</em> URL\'s. <strong>By default this feature is disabled to avoid any unexpected behaviour</strong>'), |
'#description' => t('If enabled, the module will check the user has access to the page before redirecting. This helps to stop redirection on protected pages and avoids giving away <em>secret</em> URL\'s. <strong>By default this feature is disabled to avoid any unexpected behaviour</strong>'), |
| 54 |
'#options' => array( |
'#options' => array( |
| 55 |
GLOBALREDIRECT_FEATURE_DISABLED => t('Disabled'), |
GLOBALREDIRECT_FEATURE_DISABLED => t('Disabled'), |