Merge remote-tracking branch 'origin/master'

# Conflicts:
#	app/Paper/HtmlToPos.php
This commit is contained in:
kplaczek
2018-04-19 23:04:55 +02:00

View File

@@ -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;
} }