PHSCDC / itocdc-2015-www

An insecure PHP web app for the Iowa State University 2015 IT Olympics Cyber Defense Competition (ITOCDC)
MIT License
0 stars 1 forks source link

Checking Description #19

Closed BEASTLYMONKEY27 closed 9 years ago

BEASTLYMONKEY27 commented 9 years ago

Upload.php line 16 2nd $_Post "title" should be $_Post "Description"

BEASTLYMONKEY27 commented 9 years ago

On top of that, in the same document, the checking to see if it's a failed is currently redundant. They currently do the same thing but have different motives, plus the message is a little confusing as to wat the exact error code is.