Simplified logging and fix BINKP issue when receiving less than the blksize
This commit is contained in:
@@ -15,6 +15,8 @@ use League\Flysystem\UnreadableFileException;
|
||||
*/
|
||||
class Item
|
||||
{
|
||||
private const LOGKEY = 'I--';
|
||||
|
||||
protected const IS_PKT = (1<<1);
|
||||
protected const IS_ARC = (1<<2);
|
||||
protected const IS_FILE = (1<<3);
|
||||
|
Reference in New Issue
Block a user