Commit 93576a9c311ce25bf7c257a86b54db08390430e7

Authored by Edmar Moretti
1 parent e66b811e

Teste

Showing 3 changed files with 1 additions and 12 deletions   Show diff stats
admin/admin.db
No preview for this file type
init/head.php
1   -<?php
2   -if(extension_loaded('zlib')){
3   - ob_start('ob_gzhandler');
4   -}
5   -?>
6 1 <!DOCTYPE html>
7 2 <html lang="pt-br">
8 3 <head>
... ... @@ -26,8 +21,6 @@ echo &quot;
26 21 <!-- Bootstrap Material Design -->
27 22 <link rel='stylesheet' type='text/css' href='" . ONDEI3GEO . "/pacotes/bootstrap-material-design/dist/css/bootstrap-material-design.min.css'>
28 23 <link rel='stylesheet' type='text/css' href='" . ONDEI3GEO . "/pacotes/bootstrap-material-design/dist/css/ripples.min.css'>
29   - <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
30   - <link href='" . ONDEI3GEO . "/pacotes/bootstrap/css/ie10-viewport-bug-workaround.css' rel='stylesheet'>
31 24 <link href='" . ONDEI3GEO . "/pacotes/bootstrap-accessibility-plugin/plugins/css/bootstrap-accessibility.css' rel='stylesheet'>
32 25  
33 26 <script src='" . ONDEI3GEO . "/init/headjs.php'></script>";
... ...
init/index.php
... ... @@ -228,8 +228,4 @@ if (! function_exists(&quot;ms_GetVersion&quot;)) {
228 228 </script>
229 229 </body>
230 230 </html>
231   -<?php
232   -if(extension_loaded('zlib')){
233   - ob_end_flush();
234   -}
235   -?>
  231 +
... ...