diff --git a/testainstal/index.php b/testainstal/index.php index 3eeae4d..349d0a8 100755 --- a/testainstal/index.php +++ b/testainstal/index.php @@ -99,10 +99,11 @@ include "../init/head.php"; $("#mensagemLogin").html(men); @@ -145,7 +146,7 @@ echo << HTML; } - exit; + //exit; } else{ $continua = verificaMaster($_POST["usuario"],$_POST["senha"],$i3geomaster); @@ -158,7 +159,8 @@ HTML; exit; } } - //error_reporting(0); + + error_reporting(E_ALL); $ip = "UNKNOWN"; if (getenv("HTTP_CLIENT_IP")) $ip = getenv("HTTP_CLIENT_IP"); else if(getenv("HTTP_X_FORWARDED_FOR")) $ip = getenv("HTTP_X_FORWARDED_FOR"); -- libgit2 0.21.2