Changeset 711 for trunk/includes/system.php
- Timestamp:
- Jan 5, 2014, 2:26:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/system.php
r708 r711 143 143 $this->ModuleManager->RegisterModule(new ModuleAoWoW($System)); 144 144 $this->ModuleManager->RegisterModule(new ModuleReferrer($System)); 145 $this->ModuleManager->Modules['Referrer']->Exclude d[] = $System->Config['Web']['Host'];145 $this->ModuleManager->Modules['Referrer']->Excludes[] = $System->Config['Web']['Host']; 146 146 $this->ModuleManager->RegisterModule(new ModuleTeam($System)); 147 147 $this->ModuleManager->RegisterModule(new ModuleDictionary($System));
Note:
See TracChangeset
for help on using the changeset viewer.