/[drupal]/contributions/modules/globalredirect/globalredirect.admin.inc
ViewVC logotype

Diff of /contributions/modules/globalredirect/globalredirect.admin.inc

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

revision 1.1.2.4, Mon Dec 22 10:32:54 2008 UTC revision 1.1.2.5, Mon Dec 22 10:42:06 2008 UTC
# Line 1  Line 1 
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
# Line 49  function globalredirect_settings() { Line 49  function globalredirect_settings() {
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'),

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

  ViewVC Help
Powered by ViewVC 1.1.2