Changeset 577 for trunk/Common
- Timestamp:
- Oct 3, 2013, 11:38:10 PM (12 years ago)
- Location:
- trunk/Common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Types/File.php
r548 r577 14 14 // For proper mime-type detection php-pecl-Fileinfo package should be installed on *nix systems 15 15 $FileInfo = new finfo(FILEINFO_MIME, '/usr/share/misc/magic'); 16 $Result = $FileInfo->file($ FileName);16 $Result = $FileInfo->file($this->FileName); 17 17 //$FileInfo->close(); 18 18 return($Result); -
trunk/Common/System.php
r556 r577 59 59 function ShowPage() 60 60 { 61 61 /* @var $Page Page */ 62 62 $ClassName = $this->SearchPage($this->PathItems, $this->Pages); 63 63 if($ClassName != '') -
trunk/Common/Version.php
r576 r577 1 1 <?php 2 2 3 $Revision = 57 6; // Subversion revision3 $Revision = 577; // Subversion revision 4 4 $DatabaseRevision = 574; // SQL structure revision 5 5 $ReleaseTime = '2013-10-03';
Note:
See TracChangeset
for help on using the changeset viewer.