dg9vh / YSFReflector-Dashboard

Dashboard for YSFReflector (by G4KLX)
Creative Commons Zero v1.0 Universal
35 stars 35 forks source link

Fix `DISTRIBUTION` constant check for PHP 8.x #37

Closed relrod closed 1 year ago

relrod commented 1 year ago

@dg9vh I know you are not maintaining this code anymore, but this is a super simple one-line patch which gets this functioning on PHP 8, so perhaps you'll consider it.

defined() wants a string, and modern PHP does not by default, coerce unknown constants to a string.