Changeset 595 for trunk/Application
- Timestamp:
- Nov 3, 2013, 11:39:59 PM (11 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/System.php
r593 r595 1 1 <?php 2 3 $ConfigFileName = dirname(__FILE__).'/../Config/Config.php'; 4 if(file_exists($ConfigFileName)) include_once($ConfigFileName); 2 5 3 6 include_once(dirname(__FILE__).'/../Common/Application.php'); -
trunk/Application/Version.php
r594 r595 1 1 <?php 2 2 3 $Revision = 59 4; // Subversion revision3 $Revision = 595; // Subversion revision 4 4 $DatabaseRevision = 591; // SQL structure revision 5 $ReleaseTime = '2013-11-0 2';5 $ReleaseTime = '2013-11-03';
Note:
See TracChangeset
for help on using the changeset viewer.