Ignore:
Timestamp:
Jul 29, 2013, 9:37:25 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Registered WoW server list page transformed to application module.* Modified: Registered WoW server list page transformed to application module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global.php

    r554 r555  
    2121include_once(dirname(__FILE__).'/../Modules/Dictionary/Dictionary.php');
    2222include_once(dirname(__FILE__).'/../Modules/Import/Import.php');
     23include_once(dirname(__FILE__).'/../Modules/Server/Server.php');
    2324include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php');
    2425
     
    7374  $System->ModuleManager->RegisterModule(new ModuleTranslation($System));
    7475  $System->ModuleManager->RegisterModule(new ModuleImport($System));
     76  $System->ModuleManager->RegisterModule(new ModuleServer($System));
    7577  $System->ModuleManager->StartAll();
    7678}
Note: See TracChangeset for help on using the changeset viewer.