You are here

function domain_path_boot in Domain Path 6

Implements hook_boot

File

./domain_path.module, line 48
Path alias handling for multiple domains.

Code

function domain_path_boot() {
  return;
}