Changeset 551 for trunk/includes/global.php
- Timestamp:
- Jun 18, 2013, 9:07:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r550 r551 20 20 include_once(dirname(__FILE__).'/../Modules/User/User.php'); 21 21 include_once(dirname(__FILE__).'/../Modules/Dictionary/Dictionary.php'); 22 include_once(dirname(__FILE__).'/../Modules/Import/Import.php'); 22 23 include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php'); 23 24 … … 71 72 $System->ModuleManager->RegisterModule(new ModuleDictionary($System)); 72 73 $System->ModuleManager->RegisterModule(new ModuleTranslation($System)); 74 $System->ModuleManager->RegisterModule(new ModuleImport($System)); 73 75 $System->ModuleManager->StartAll(); 74 76 }
Note:
See TracChangeset
for help on using the changeset viewer.