From 7494405372fb875dcc1937b3f2d3d9caed14c49a Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Thu, 30 Jul 2015 20:24:37 +0000 Subject: [PATCH] Remoção de erro de cabeçalho no windows --- init/index.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/init/index.php b/init/index.php index e076a49..33557d7 100755 --- a/init/index.php +++ b/init/index.php @@ -35,6 +35,7 @@ if(file_exists($dir_tmp)){ if(file_exists($locaplic."/".$customDir."/index.php")){ include($locaplic."/".$customDir."/index.php"); } +error_reporting(0); ?> -- libgit2 0.21.2