mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-21 17:47:23 +08:00
5dd4cd4bc9
- Migrate $protocol_settings['key'] to data_get($protocol_settings, 'key') across General, SingBox, Shadowrocket, Surfboard, QuantumultX - Prevents PHP 8 Undefined array key fatal errors when optional protocol_settings fields are missing - Same class of bug that caused #735