Changeset 548 for trunk/includes/global.php
- Timestamp:
- Jun 18, 2013, 7:23:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r547 r548 19 19 include_once(dirname(__FILE__).'/../Modules/Team/Team.php'); 20 20 include_once(dirname(__FILE__).'/../Modules/User/User.php'); 21 include_once(dirname(__FILE__).'/../Modules/Dictionary/Dictionary.php'); 21 22 22 23 GlobalInit(); … … 67 68 $System->ModuleManager->RegisterModule(new ModuleFrontPage($System)); 68 69 $System->ModuleManager->RegisterModule(new ModuleTeam($System)); 70 $System->ModuleManager->RegisterModule(new ModuleDictionary($System)); 69 71 $System->ModuleManager->StartAll(); 70 72 }
Note:
See TracChangeset
for help on using the changeset viewer.