Commit 7494405372fb875dcc1937b3f2d3d9caed14c49a

Authored by Edmar Moretti
1 parent 6254f28c

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 35 if(file_exists($locaplic."/".$customDir."/index.php")){
36 36 include($locaplic."/".$customDir."/index.php");
37 37 }
  38 +error_reporting(0);
38 39 ?>
39 40 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
40 41 <html>
... ...