[-] BO : #PSCFI-4393 : Andre Silva UTF-8 comments

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11134 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fGaillard
2011-12-12 13:52:56 +00:00
parent 9dff6c5a8c
commit 2ad9a12889
@@ -1017,7 +1017,7 @@ function getRootPath() {
// START ANDR SILVA DOWNLOAD CODE
// START ANDRE SILVA DOWNLOAD CODE
// required for IE, otherwise Content-disposition is ignored
if(ini_get('zlib.output_compression'))
ini_set('zlib.output_compression', 'Off');
@@ -1033,7 +1033,7 @@ function getRootPath() {
readfile($path);
exit();
// END ANDR SILVA DOWNLOAD CODE
// END ANDRE SILVA DOWNLOAD CODE
}
}