BUG 6212 Way to Export Skins 2.0

Implemented a way to export Skins in 2.0
This commit is contained in:
Hugo Loza
2011-07-20 17:15:47 -04:00
parent 4bfd4dde2b
commit 8386ad6514
3 changed files with 365 additions and 136 deletions

View File

@@ -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;