Changeset 555 for trunk/includes/global.php
- Timestamp:
- Jul 29, 2013, 9:37:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r554 r555 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/Server/Server.php'); 23 24 include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php'); 24 25 … … 73 74 $System->ModuleManager->RegisterModule(new ModuleTranslation($System)); 74 75 $System->ModuleManager->RegisterModule(new ModuleImport($System)); 76 $System->ModuleManager->RegisterModule(new ModuleServer($System)); 75 77 $System->ModuleManager->StartAll(); 76 78 }
Note:
See TracChangeset
for help on using the changeset viewer.