Changeset 550 for trunk/includes/global.php
- Timestamp:
 - Jun 18, 2013, 8:56:09 PM (12 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/includes/global.php (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/includes/global.php
r549 r550 14 14 // Include application modules 15 15 // TODO: Make modules configurable 16 include_once(dirname(__FILE__).'/../Modules/Translation/Translation.php'); 16 17 include_once(dirname(__FILE__).'/../Modules/AoWoW/AoWoW.php'); 17 18 include_once(dirname(__FILE__).'/../Modules/Referrer/Referrer.php'); … … 69 70 $System->ModuleManager->RegisterModule(new ModuleTeam($System)); 70 71 $System->ModuleManager->RegisterModule(new ModuleDictionary($System)); 72 $System->ModuleManager->RegisterModule(new ModuleTranslation($System)); 71 73 $System->ModuleManager->StartAll(); 72 74 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  