Compare commits
3 Commits
2a242ff7ed
...
ec776f837e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec776f837e | ||
| fbac17281a | |||
|
|
501a64e0c7 |
@@ -32,7 +32,6 @@ class HtmlToPos
|
|||||||
$pos = strpos($posText, $match[0]);
|
$pos = strpos($posText, $match[0]);
|
||||||
$posText = substr_replace($posText, mb_rand($match[1], $match[2]), $pos, strlen($match[0]));
|
$posText = substr_replace($posText, mb_rand($match[1], $match[2]), $pos, strlen($match[0]));
|
||||||
}
|
}
|
||||||
|
|
||||||
return $posText;
|
return $posText;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user