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 | 1 | <!DOCTYPE html> |
7 | 2 | <html lang="pt-br"> |
8 | 3 | <head> |
... | ... | @@ -26,8 +21,6 @@ echo " |
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>"; | ... | ... |