Changeset 556 for trunk/includes
- Timestamp:
- Jul 29, 2013, 10:06:28 PM (12 years ago)
- Location:
- trunk/includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r555 r556 1 1 <?php 2 2 3 $Revision = 55 5; // Subversion revision3 $Revision = 556; // Subversion revision 4 4 $DatabaseRevision = 543; // Database structure revision 5 5 $ReleaseTime = '2013-07-29'; -
trunk/includes/global.php
r555 r556 22 22 include_once(dirname(__FILE__).'/../Modules/Import/Import.php'); 23 23 include_once(dirname(__FILE__).'/../Modules/Server/Server.php'); 24 include_once(dirname(__FILE__).'/../Modules/ClientVersion/ClientVersion.php'); 24 25 include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php'); 25 26 … … 75 76 $System->ModuleManager->RegisterModule(new ModuleImport($System)); 76 77 $System->ModuleManager->RegisterModule(new ModuleServer($System)); 78 $System->ModuleManager->RegisterModule(new ModuleClientVersion($System)); 77 79 $System->ModuleManager->StartAll(); 78 80 } -
trunk/includes/system.php
r555 r556 87 87 'Permission' => LICENCE_ANONYMOUS, 88 88 'Icon' => '', 89 ), 90 array( 91 'Title' => 'Verze hry', 92 'Hint' => 'Seznam verzí herního klienta', 93 'Link' => $this->Link('/version.php'), 94 'Permission' => LICENCE_ANONYMOUS, 95 'Icon' => '', 96 ), 89 ), 97 90 array( 98 91 'Title' => 'IRC chat',
Note:
See TracChangeset
for help on using the changeset viewer.