Changeset 856 for trunk/Application
- Timestamp:
- Jan 19, 2016, 11:16:52 PM (9 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Version.php
r855 r856 7 7 8 8 $Version = '1.0-alfa'; 9 $Revision = 85 5; // Subversion revision9 $Revision = 856; // Subversion revision 10 10 $DatabaseRevision = 849; // Database structure revision 11 11 $ReleaseTime = '2016-01-19'; -
trunk/Application/install.php
r848 r856 10 10 include_once(dirname(__FILE__).'/DefaultConfig.php'); 11 11 include_once(dirname(__FILE__).'/../Version.php'); 12 include_once(dirname(__FILE__).'/../includes/Locale.php');13 12 14 13 function ControlPanel()
Note:
See TracChangeset
for help on using the changeset viewer.