simple-php-router
simple-php-router copied to clipboard
json_decode is null on error
Hello @skipperbent,
thanks to the issue #599 reported by @vrgblzs I changed if ($post !== false) { to if ($post !== null) {.
~ Marius