p0ody / ff2ebook

WIP.
http://www.ff2ebook.com
18 stars 2 forks source link

[PHP7.1+] Fix changed session management #21

Closed StarWolf3000 closed 3 years ago

StarWolf3000 commented 5 years ago

and fix typo in clean() SQL clause (was SHERE instead of WHERE)

PHP 7.1+ does not allow NULL/FALSE/TRUE return in session read, requires empty string instead, if no suitable record is found.