Commit 93576a9c311ce25bf7c257a86b54db08390430e7
1 parent
e66b811e
Exists in
master
and in
6 other branches
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 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
7 | <html lang="pt-br"> | 2 | <html lang="pt-br"> |
8 | <head> | 3 | <head> |
@@ -26,8 +21,6 @@ echo " | @@ -26,8 +21,6 @@ echo " | ||
26 | <!-- Bootstrap Material Design --> | 21 | <!-- Bootstrap Material Design --> |
27 | <link rel='stylesheet' type='text/css' href='" . ONDEI3GEO . "/pacotes/bootstrap-material-design/dist/css/bootstrap-material-design.min.css'> | 22 | <link rel='stylesheet' type='text/css' href='" . ONDEI3GEO . "/pacotes/bootstrap-material-design/dist/css/bootstrap-material-design.min.css'> |
28 | <link rel='stylesheet' type='text/css' href='" . ONDEI3GEO . "/pacotes/bootstrap-material-design/dist/css/ripples.min.css'> | 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 | <link href='" . ONDEI3GEO . "/pacotes/bootstrap-accessibility-plugin/plugins/css/bootstrap-accessibility.css' rel='stylesheet'> | 24 | <link href='" . ONDEI3GEO . "/pacotes/bootstrap-accessibility-plugin/plugins/css/bootstrap-accessibility.css' rel='stylesheet'> |
32 | 25 | ||
33 | <script src='" . ONDEI3GEO . "/init/headjs.php'></script>"; | 26 | <script src='" . ONDEI3GEO . "/init/headjs.php'></script>"; |
init/index.php
@@ -228,8 +228,4 @@ if (! function_exists("ms_GetVersion")) { | @@ -228,8 +228,4 @@ if (! function_exists("ms_GetVersion")) { | ||
228 | </script> | 228 | </script> |
229 | </body> | 229 | </body> |
230 | </html> | 230 | </html> |
231 | -<?php | ||
232 | -if(extension_loaded('zlib')){ | ||
233 | - ob_end_flush(); | ||
234 | -} | ||
235 | -?> | 231 | + |