Skip to content

Commit

Permalink
remove some trash
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Apr 1, 2018
1 parent fc4fa06 commit 3223977
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions httpd/CVE-2017-15715/index.php
Expand Up @@ -6,10 +6,4 @@
exit('bad file');
}
move_uploaded_file($_FILES['file']['tmp_name'], './' . $name);
} else { ?>
<form method="post" enctype="multipart/form-data">
File: <input type="file" name="file">
<input type="submit">
</form>
<?
}

0 comments on commit 3223977

Please sign in to comment.