Changeset 555 for trunk/includes
- Timestamp:
- Jul 29, 2013, 9:37:25 PM (12 years ago)
- Location:
- trunk/includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r554 r555 1 1 <?php 2 2 3 $Revision = 55 4; // Subversion revision3 $Revision = 555; // Subversion revision 4 4 $DatabaseRevision = 543; // Database structure revision 5 5 $ReleaseTime = '2013-07-29'; -
trunk/includes/global.php
r554 r555 21 21 include_once(dirname(__FILE__).'/../Modules/Dictionary/Dictionary.php'); 22 22 include_once(dirname(__FILE__).'/../Modules/Import/Import.php'); 23 include_once(dirname(__FILE__).'/../Modules/Server/Server.php'); 23 24 include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php'); 24 25 … … 73 74 $System->ModuleManager->RegisterModule(new ModuleTranslation($System)); 74 75 $System->ModuleManager->RegisterModule(new ModuleImport($System)); 76 $System->ModuleManager->RegisterModule(new ModuleServer($System)); 75 77 $System->ModuleManager->StartAll(); 76 78 } -
trunk/includes/system.php
r549 r555 50 50 'Hint' => 'Stav dokončení překládů', 51 51 'Link' => $this->Link('/statistic.php'), 52 'Permission' => LICENCE_ANONYMOUS,53 'Icon' => '',54 ),55 array(56 'Title' => 'Servery',57 'Hint' => 'Seznam serverů, kde je nasazena čeština v praxi',58 'Link' => $this->Link('/serverlist.php'),59 52 'Permission' => LICENCE_ANONYMOUS, 60 53 'Icon' => '',
Note:
See TracChangeset
for help on using the changeset viewer.