|
Fix framework bugs found during OTA testing
- DevTools: guard against empty sql_queries array before accessing last index - RouterImplementation: skip empty route var names in POST routing - CallControl: skip empty route var names when building action params - Update .gitignore to exclude Cache, Logs, and firmwares dirs |
|---|
|
|
| .gitignore |
|---|
| server/Cache/rate-limit.json 100644 → 0 |
|---|
| server/Fury/Kernel/CallControl.php |
|---|
| server/Fury/Modules/Router/RouterImplementation.php |
|---|
| server/SHServ/DevTools.php |
|---|