Deleted useless lines of code
This commit is contained in:
parent
430df19608
commit
47312a4d7c
1 changed files with 0 additions and 4 deletions
|
@ -86,10 +86,6 @@ $file = $ARGV[@ARGV-1];
|
|||
|
||||
die "File does not exist\n" if !-e $file;
|
||||
|
||||
die "Give a file\n" unless defined $file;
|
||||
|
||||
|
||||
|
||||
my $url_to_upload = $DEFAULT_SERVER . "/upload.cgi";
|
||||
my $req;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue