From f67240ccf22187292095a3038d02e90f1cd3f54b Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 16 Nov 2023 22:25:58 +0200 Subject: [PATCH] add notice on pending pieces available --- kevacoin/get.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kevacoin/get.php b/kevacoin/get.php index 3aba959..8f42c83 100644 --- a/kevacoin/get.php +++ b/kevacoin/get.php @@ -83,6 +83,7 @@ if (empty($clitoris->file->name)) // Merge content data $pieces = []; foreach ( + (array) _exec( $argv[1], sprintf( @@ -92,6 +93,13 @@ foreach ( ) ) as $piece) { + if (empty($piece->key) || empty($piece->value)) + { + exit( + 'please wait for all pieces sending complete!' + ); + } + $pieces[$piece->key] = $piece->value; print_r(