You are here

function url_alter_boot in URL alter 6

Implementation of hook_boot().

File

./url_alter.module, line 20

Code

function url_alter_boot() {

  // This function is blank so the module will be included with bootstrap
  // modules in module_list().
}