my files
This commit is contained in:
@@ -180,7 +180,7 @@ class WrenchMedia extends BaseController
|
||||
$this->saveCache($endpoint,$out,10000);
|
||||
}
|
||||
log_message('critical', "AFTER CACHE*********");
|
||||
if ($supportedSections[$fileSection] == WRENCH_FILE_CONTRACTS){
|
||||
if ($supportedSections[$fileSection] == WRENCH_FILE_CONTRACTS || $supportedSections[$fileSection] == WRENCH_FILE_MYFILE){
|
||||
if (file_exists($selectedFile)) {
|
||||
header('Content-Description: File Transfer');
|
||||
header('Content-Type: application/octet-stream');
|
||||
|
||||
Reference in New Issue
Block a user