Corrected json extractor mess

de328fff1b
0b350d4d6e
This commit is contained in:
FbIN Support 2025-09-06 14:12:09 +05:30
commit af3d017484

View file

@ -554,7 +554,7 @@ class fuckhtml{
case "\"": case "\"":
case "'": case "'":
if( if(
$i > 2 || $i > 2 && // only check if a quote could be there
( (
( (
$json[$i - 1] === "\\" && $json[$i - 1] === "\\" &&