You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(auth): make PHP config parser robust against missing quotes
- Replaced brittle explode() logic in getConfigValue with a robust array split.
- Prevents PHP 'Undefined array key 1' fatal warnings which were crashing DataTables and causing 403 Forbidden redirects in the UI.
0 commit comments