nixx1 | Oh yeah I changed that to 'file' now by the way

I_NEED_MONEY | ...
I_NEED_MONEY | I added a `if` statement for that.
This commit is contained in:
qorg11 2022-05-24 14:17:12 +02:00
parent 68e00034bb
commit 491e309c9d
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 0 additions and 5 deletions

View File

@ -165,11 +165,6 @@ main(int argc, char **argv)
/* TODO: make it iterate on args so you can upload multiple files
* at once (sakisafecli file1 file2 ... filen)
*/
if(strstr(server, "concealed.world")) {
form_key = "upload";
}
puts(form_key);
for(int i = optind; i < argc; i++) {
curl_formadd(&post,