Changeset 573 for trunk/includes/global.php
- Timestamp:
- Aug 27, 2013, 10:58:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r572 r573 2 2 3 3 include_once(dirname(__FILE__).'/Database.php'); 4 include_once(dirname(__FILE__).'/Base.php'); 4 5 include_once(dirname(__FILE__).'/system.php'); 5 6 include_once(dirname(__FILE__).'/Update.php'); … … 27 28 include_once(dirname(__FILE__).'/../Modules/ShoutBox/ShoutBox.php'); 28 29 include_once(dirname(__FILE__).'/../Modules/News/News.php'); 30 include_once(dirname(__FILE__).'/../Modules/Wiki/Wiki.php'); 29 31 include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php'); 30 32 … … 83 85 $System->ModuleManager->RegisterModule(new ModuleShoutBox($System)); 84 86 $System->ModuleManager->RegisterModule(new ModuleNews($System)); 87 $System->ModuleManager->RegisterModule(new ModuleWiki($System)); 85 88 $System->ModuleManager->RegisterModule(new ModuleFrontPage($System)); 86 89 $System->ModuleManager->StartAll();
Note:
See TracChangeset
for help on using the changeset viewer.