mirror of
https://github.com/myronblair/novacpx
synced 2026-06-30 17:50:41 -05:00
2ecf93a344
Using PORT_USER ?? 8880 threw Error in PHP 8 since the constant isn't defined until Core.php is require_once'd later in the file. Every API request was hitting the exception handler and returning 'An internal error occurred.', breaking all logins and API calls.