mirror of
https://github.com/unraid/webgui.git
synced 2026-01-02 23:50:21 -06:00
- Introduced a new function `processTitle` to safely handle page titles by replacing PHP variables with their values without using eval. - Updated title handling in MainContent, MainContentTabbed, and MainContentTabless to utilize the new `processTitle` function, enhancing security and maintainability.