source: trunk/includes/Version.php@ 805

Last change on this file since 805 was 805, checked in by chronos, 11 years ago
  • Fixed: Do not log client proxy IP address as remote address because it can be faked and also there can be multiple client proxy addresses.
  • Modified: Do not use directly $_SERVER variables REMOTE_ADDR and REQUEST_URI as they are not initialized if script is executed from command line.
  • Fixed: Default configuration was not complete.
File size: 363 bytes
Line 
1<?php
2
3// Subversion revision have to be updated always to next revision number
4// before commiting new changes.
5// Database revision have to be updated if database structure is changed
6// and system will need database update.
7
8$Revision = 805; // Subversion revision
9$DatabaseRevision = 803; // Database structure revision
10$ReleaseTime = '2014-05-24';
Note: See TracBrowser for help on using the repository browser.