Commit 53ee374449507db87c4688be31f5395b02b81a92
1 parent
082d843a
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ferramentas/3d/index.js.php
1 | -//<?php if(extension_loaded('zlib')){ob_start('ob_gzhandler');} header("Content-type: text/javascript"); ?> | |
1 | +<?php if(extension_loaded('zlib')){ob_start('ob_gzhandler');} header("Content-type: text/javascript"); ?> | |
2 | 2 | /*jslint plusplus:false,white:false,undef: false, rhino: true, onevar: true, evil: true */ |
3 | 3 | |
4 | 4 | /* |
... | ... | @@ -156,4 +156,4 @@ i3GEOF.t3d = { |
156 | 156 | window.open(p); |
157 | 157 | } |
158 | 158 | }; |
159 | -//<?php if(extension_loaded('zlib')){ob_end_flush();}?> | |
160 | 159 | \ No newline at end of file |
160 | +<?php if(extension_loaded('zlib')){ob_end_flush();}?> | |
161 | 161 | \ No newline at end of file | ... | ... |