mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 07:17:32 +00:00
Fix for previous commit
This commit is contained in:
parent
ac9219e06a
commit
7e4d5de57a
@ -419,7 +419,7 @@ class Page {
|
|||||||
$newstr .= $chr;
|
$newstr .= $chr;
|
||||||
if (++$cur >= $limit) {
|
if (++$cur >= $limit) {
|
||||||
$cur = 0;
|
$cur = 0;
|
||||||
if ($i < 32) {
|
if ($i < 31) {
|
||||||
$newstr .= '-';
|
$newstr .= '-';
|
||||||
}
|
}
|
||||||
$chunk++;
|
$chunk++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user