Changeset 558 for trunk/includes/global.php
- Timestamp:
- Jul 29, 2013, 11:48:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r556 r558 21 21 include_once(dirname(__FILE__).'/../Modules/Dictionary/Dictionary.php'); 22 22 include_once(dirname(__FILE__).'/../Modules/Import/Import.php'); 23 include_once(dirname(__FILE__).'/../Modules/Export/Export.php'); 23 24 include_once(dirname(__FILE__).'/../Modules/Server/Server.php'); 24 25 include_once(dirname(__FILE__).'/../Modules/ClientVersion/ClientVersion.php'); … … 75 76 $System->ModuleManager->RegisterModule(new ModuleTranslation($System)); 76 77 $System->ModuleManager->RegisterModule(new ModuleImport($System)); 78 $System->ModuleManager->RegisterModule(new ModuleExport($System)); 77 79 $System->ModuleManager->RegisterModule(new ModuleServer($System)); 78 80 $System->ModuleManager->RegisterModule(new ModuleClientVersion($System));
Note:
See TracChangeset
for help on using the changeset viewer.