mirror of
https://github.com/unraid/webgui.git
synced 2026-03-13 14:30:29 -05:00
update.php encapsulates the PHP constants used by the OS default PHP error reporting level with double quotes, which breaks functionality as they are then treated as text. by turning the PHP constants into strings first this problem is avoided.