Changeset 593 for trunk/Application
- Timestamp:
- Nov 2, 2013, 11:00:41 PM (11 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/System.php
r592 r593 26 26 $this->Pages = array(); 27 27 $this->ModuleManager = new AppModuleManager($this); 28 $this->ModuleManager->FileName = dirname(__FILE__).'/../Config/ModulesConfig.php'; 28 29 $this->Database = new Database(); 29 30 $this->FormManager = new FormManager($this->Database); -
trunk/Application/Version.php
r592 r593 1 1 <?php 2 2 3 $Revision = 59 2; // Subversion revision3 $Revision = 593; // Subversion revision 4 4 $DatabaseRevision = 591; // SQL structure revision 5 5 $ReleaseTime = '2013-11-02';
Note:
See TracChangeset
for help on using the changeset viewer.