You are here

function path_redirect_init in Path redirect 6

Implements hook_init().

File

./path_redirect.module, line 97

Code

function path_redirect_init() {
  if (defined('MAINTENANCE_MODE')) {
    return;
  }
  path_redirect_goto();
}