mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
#347 Add GS Windows support
This commit is contained in:
parent
24f6ba5f0f
commit
8d509776d1
@ -138,6 +138,8 @@ if ($ui->st('d', 'get') == 'bu' and $ui->st('action', 'post') == 'bu' and $resel
|
||||
} else {
|
||||
$template_file .= 'Skipped: ' . $image[':description'] .'<br>';
|
||||
}
|
||||
} else if (in_array($image[':shorten'], $array) and count($image) != 32) {
|
||||
$template_file .= 'Skipped: ' . $image[':description'] .'. Array size is ' . count($image) . ' instead of 32<br>';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user