Changeset 572 for trunk/includes
- Timestamp:
- Aug 26, 2013, 10:24:51 PM (12 years ago)
- Location:
- trunk/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r571 r572 1 1 <?php 2 2 3 $Revision = 57 1; // Subversion revision3 $Revision = 572; // Subversion revision 4 4 $DatabaseRevision = 567; // Database structure revision 5 5 $ReleaseTime = '2013-08-26'; -
trunk/includes/global.php
r568 r572 68 68 // Initialize application modules 69 69 $System->ModuleManager->RegisterModule(new ModuleError($System)); 70 $System->ModuleManager->Modules['Error']->ShowError = $Config['Web']['ShowPHPError']; 70 71 $System->ModuleManager->RegisterModule(new ModuleLog($System)); 71 72 $System->ModuleManager->RegisterModule(new ModuleUser($System)); … … 83 84 $System->ModuleManager->RegisterModule(new ModuleNews($System)); 84 85 $System->ModuleManager->RegisterModule(new ModuleFrontPage($System)); 85 $System->ModuleManager->StartAll(); 86 $System->ModuleManager->StartAll(); 86 87 } 87 88
Note:
See TracChangeset
for help on using the changeset viewer.