You are here

constant GLOBALREDIRECT_FEATURE_DISABLED in Global Redirect 5

@file The Global Redirect module redirects for all paths which have aliases but are not using the aliases which reduces the risk of duplicate content.

2 uses of GLOBALREDIRECT_FEATURE_DISABLED
globalredirect_admin_settings in globalredirect_admin/globalredirect_admin.module
Function to generate the form setting array
globalredirect_init in ./globalredirect.module
Implementation of hook_init().

File

./globalredirect.module, line 8
The Global Redirect module redirects for all paths which have aliases but are not using the aliases which reduces the risk of duplicate content.

Code

define('GLOBALREDIRECT_FEATURE_DISABLED', -1);