BUG 6212 Way to Export Skins 2.0
Implemented a way to export Skins in 2.0
This commit is contained in:
@@ -1247,6 +1247,8 @@ $output = $outputHeader.$output;
|
||||
return;
|
||||
}
|
||||
break;
|
||||
case 'tar':
|
||||
G::sendHeaders ( $filename , 'application/x-tar', $download, $downloadFileName ); break;
|
||||
default :
|
||||
//throw new Exception ( "Unknown type of file '$file'. " );
|
||||
G::sendHeaders ( $filename , 'application/octet-stream', $download, $downloadFileName ); break;
|
||||
|
||||
Reference in New Issue
Block a user