mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-13 08:43:25 +01:00
The PHP_VERSION was passed inline to setup_php which uses it as a local variable. This caused 'unbound variable' error in the nginx heredoc. Setting PHP_VERSION before the function call keeps it in global scope for use in the nginx configuration.
2.3 KiB
2.3 KiB