Ignore:
Timestamp:
Jan 5, 2014, 2:26:20 PM (11 years ago)
Author:
chronos
Message:
  • Fixed: Local web was not excluded from referrer logging.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/system.php

    r708 r711  
    143143    $this->ModuleManager->RegisterModule(new ModuleAoWoW($System));
    144144    $this->ModuleManager->RegisterModule(new ModuleReferrer($System));
    145     $this->ModuleManager->Modules['Referrer']->Excluded[] = $System->Config['Web']['Host'];
     145    $this->ModuleManager->Modules['Referrer']->Excludes[] = $System->Config['Web']['Host'];
    146146    $this->ModuleManager->RegisterModule(new ModuleTeam($System));
    147147    $this->ModuleManager->RegisterModule(new ModuleDictionary($System));
Note: See TracChangeset for help on using the changeset viewer.