Ignore:
Timestamp:
Aug 27, 2013, 10:58:24 PM (11 years ago)
Author:
chronos
Message:
  • Added: Wiki page support for storing textual pages.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global.php

    r572 r573  
    22
    33include_once(dirname(__FILE__).'/Database.php');
     4include_once(dirname(__FILE__).'/Base.php');
    45include_once(dirname(__FILE__).'/system.php');
    56include_once(dirname(__FILE__).'/Update.php');
     
    2728include_once(dirname(__FILE__).'/../Modules/ShoutBox/ShoutBox.php');
    2829include_once(dirname(__FILE__).'/../Modules/News/News.php');
     30include_once(dirname(__FILE__).'/../Modules/Wiki/Wiki.php');
    2931include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php');
    3032
     
    8385  $System->ModuleManager->RegisterModule(new ModuleShoutBox($System));
    8486  $System->ModuleManager->RegisterModule(new ModuleNews($System));
     87  $System->ModuleManager->RegisterModule(new ModuleWiki($System));
    8588  $System->ModuleManager->RegisterModule(new ModuleFrontPage($System));
    8689  $System->ModuleManager->StartAll(); 
Note: See TracChangeset for help on using the changeset viewer.