aboutsummaryrefslogtreecommitdiff
path: root/src/fextdata.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/fextdata.php')
-rw-r--r--src/fextdata.php2
1 files changed, 1 insertions, 1 deletions
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)) != "<XML>") {
return false;