Changeset 84 for trunk/Application
- Timestamp:
- Jan 20, 2018, 11:33:54 AM (7 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Core.php
r80 r84 36 36 $ErrorHandler = new ErrorHandler(); 37 37 $ErrorHandler->ShowError = $Config['Web']['ShowError']; 38 $ErrorHandler->Start();38 //$ErrorHandler->Start(); 39 39 40 40 try { -
trunk/Application/Version.php
r80 r84 6 6 // and system will need database update. 7 7 8 $Revision = 79;8 $Revision = 84; 9 9 $DatabaseRevision = 79; 10 $ReleaseTime = strtotime('201 6-12-31');10 $ReleaseTime = strtotime('2018-01-20');
Note:
See TracChangeset
for help on using the changeset viewer.