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:
parent
68e00034bb
commit
491e309c9d
1 changed files with 0 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue