Pinchie / RaspiPass

RaspiPass - Homepass software for the Raspberry Pi 3
46 stars 5 forks source link

Webpage file reads need file_exist checks preceding all reads #9

Closed Pinchie closed 7 years ago

Pinchie commented 7 years ago

if (!file_exists('/path/to/file')) { direct to error page }

Pinchie commented 7 years ago

Added to working tree for testing