Ignore:
Timestamp:
Jul 29, 2013, 10:06:28 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Game client version table transformed to application module ClientVersion.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global.php

    r555 r556  
    2222include_once(dirname(__FILE__).'/../Modules/Import/Import.php');
    2323include_once(dirname(__FILE__).'/../Modules/Server/Server.php');
     24include_once(dirname(__FILE__).'/../Modules/ClientVersion/ClientVersion.php');
    2425include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php');
    2526
     
    7576  $System->ModuleManager->RegisterModule(new ModuleImport($System));
    7677  $System->ModuleManager->RegisterModule(new ModuleServer($System));
     78  $System->ModuleManager->RegisterModule(new ModuleClientVersion($System));
    7779  $System->ModuleManager->StartAll();
    7880}
Note: See TracChangeset for help on using the changeset viewer.