Commit 203880e2a12f2bb7dd103e2c7fffe012e812980a

Authored by Edmar Moretti
1 parent 9a9eb09c
Exists in master

Remoção de erro de cabeçalho no windows

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
init/index.php
@@ -35,6 +35,7 @@ if(file_exists($dir_tmp)){ @@ -35,6 +35,7 @@ if(file_exists($dir_tmp)){
35 if(file_exists($locaplic."/".$customDir."/index.php")){ 35 if(file_exists($locaplic."/".$customDir."/index.php")){
36 include($locaplic."/".$customDir."/index.php"); 36 include($locaplic."/".$customDir."/index.php");
37 } 37 }
  38 +error_reporting(0);
38 ?> 39 ?>
39 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd"> 40 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
40 <html> 41 <html>