From 203880e2a12f2bb7dd103e2c7fffe012e812980a Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Thu, 30 Jul 2015 20:27:24 +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 315a63f..0905218 100644 --- 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