Commit f3744079d4e3d4b3b39b71b8d7af6917a7985205

Authored by Edmar Moretti
1 parent 014b4aa3

--no commit message

classesjs/compactajs.php
@@ -297,9 +297,9 @@ function salvatudojs($jsfiles,$buffer,$final,$tipo) @@ -297,9 +297,9 @@ function salvatudojs($jsfiles,$buffer,$final,$tipo)
297 //gzip 297 //gzip
298 $abre = fopen($final, "r"); 298 $abre = fopen($final, "r");
299 if ($tipo == "js") 299 if ($tipo == "js")
300 - $buffer = "<?php if(extension_loaded('zlib')){ob_start('ob_gzhandler');} header(\"Content-type: text/javascript\"); ?>"; 300 + $buffer = "<?php error_reporting(0);if(extension_loaded('zlib')){ob_start('ob_gzhandler');} header(\"Content-type: text/javascript\"); ?>";
301 else 301 else
302 - $buffer = "<?php if(extension_loaded('zlib')){ob_start('ob_gzhandler');} header(\"Content-type: text/css\"); ?>"; 302 + $buffer = "<?php error_reporting(0);if(extension_loaded('zlib')){ob_start('ob_gzhandler');} header(\"Content-type: text/css\"); ?>";
303 while (!feof($abre)) 303 while (!feof($abre))
304 {$buffer .= fgets($abre);} 304 {$buffer .= fgets($abre);}
305 fclose($abre); 305 fclose($abre);
ferramentas/distanciaptpt/index .htm
@@ -1,24 +0,0 @@ @@ -1,24 +0,0 @@
1 -<html>  
2 -<head>  
3 -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">  
4 -<link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css">  
5 -<title></title>  
6 -<style type="text/css" >button{background:url(../../imagens/tic.png) 98% 50% no-repeat;}</style>  
7 -<link rel="stylesheet" type="text/css" href="../../pacotes/yui270/build/button/assets/skins/sam/button.css"/>  
8 -<style type="text/css">  
9 -body {  
10 - margin:0;  
11 - padding:0;border:0px;  
12 -}  
13 -</style>  
14 -</head>  
15 -<body name="ancora" class="yui-skin-sam">  
16 -<div style="top:0px;left:0px;display:block;width:95%;" id='resultado' >  
17 -</div>  
18 -<div style="top:10px;left:0px;display:block;width:95%;color:red" id='fim' >  
19 -</div>  
20 -</body>  
21 -  
22 -<script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script>  
23 -<script language="JavaScript" type="text/javascript" src="index.js"></script>  
24 -</html>  
25 \ No newline at end of file 0 \ No newline at end of file
ferramentas/distanciaptpt/index.htm 0 → 100644
@@ -0,0 +1,24 @@ @@ -0,0 +1,24 @@
  1 +<html>
  2 +<head>
  3 +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
  4 +<link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css">
  5 +<title></title>
  6 +<style type="text/css" >button{background:url(../../imagens/tic.png) 98% 50% no-repeat;}</style>
  7 +<link rel="stylesheet" type="text/css" href="../../pacotes/yui270/build/button/assets/skins/sam/button.css"/>
  8 +<style type="text/css">
  9 +body {
  10 + margin:0;
  11 + padding:0;border:0px;
  12 +}
  13 +</style>
  14 +</head>
  15 +<body name="ancora" class="yui-skin-sam">
  16 +<div style="top:0px;left:0px;display:block;width:95%;" id='resultado' >
  17 +</div>
  18 +<div style="top:10px;left:0px;display:block;width:95%;color:red" id='fim' >
  19 +</div>
  20 +</body>
  21 +
  22 +<script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script>
  23 +<script language="JavaScript" type="text/javascript" src="index.js"></script>
  24 +</html>
0 \ No newline at end of file 25 \ No newline at end of file