mirror of
https://github.com/unraid/webgui.git
synced 2026-05-25 07:40:01 -05:00
9d0db98241
- 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.