diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fextdata.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fextdata.php b/src/fextdata.php index e126831..cde38b3 100644 --- a/src/fextdata.php +++ b/src/fextdata.php @@ -378,7 +378,7 @@ function getMainXML($contest,$timeo=5,$upd=false) { $logstr .= "Processing received data from main server\n"; $s = substr($s, strpos($s, $chstr) + strlen($chstr)); - $s = substr($s, 0, strpos(" -->")); + $s = substr($s, 0, strpos($s, " -->")); // 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>") { |