Changeset 912 for trunk/Modules/File/File.php
- Timestamp:
- Aug 3, 2021, 11:38:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/File/File.php
r901 r912 122 122 { 123 123 $Hash = $_GET['h']; 124 $this-> ClearPage = true;124 $this->RawPage = true; 125 125 ModuleFile::Cast($this->System->GetModule('File'))->File->DownloadHash($Hash); 126 126 return ''; … … 129 129 { 130 130 $Id = $_GET['i'] * 1; 131 $this-> ClearPage = true;131 $this->RawPage = true; 132 132 ModuleFile::Cast($this->System->GetModule('File'))->File->DownloadId($Id); 133 133 } … … 153 153 { 154 154 parent::__construct($System); 155 $this->FullTitle = 'File check'; 156 $this->ShortTitle = 'File check'; 155 $this->Title = 'File check'; 157 156 $this->ParentClass = 'PagePortal'; 158 157 }
Note:
See TracChangeset
for help on using the changeset viewer.