From ef4dfbc6ca9db8fdf5d16ba2c000c3715cfeafb1 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Mon, 31 Jul 2017 15:56:06 +0100 Subject: bf --- src/fextdata.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fextdata.php') diff --git a/src/fextdata.php b/src/fextdata.php index 731db96..e66073c 100644 --- a/src/fextdata.php +++ b/src/fextdata.php @@ -273,7 +273,7 @@ function getMainXML() { LOGError("xmltransfer: failed (" . $s . ")"); $s = substr($s, strpos($s, "\n") + 1); - LOGError("string: " . substr($s,0,50)); + // LOGError("string: " . substr($s,0,50)); $s = decryptData($s,myhash (trim($sitedata[2])),'xml from main not ok'); if(strtoupper(substr($s,0,5)) != "") { return false; -- cgit v1.2.3