mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
"Additional Configuration Directives" doesn't allow for spaces in value #178
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bakkerpj on 10/6/2024
CloudPanel version(s) affected
2.4.2
Description
The key=value pairs under
Sites -> [Site] -> Settings -> PHP Settings -> Additional Configuration Directivesdon't allow for values that contain spaces. These are removed upon save.How to reproduce
Enter a value like:
sendmail_path='/usr/bin/msmtp -t -C /etc/msmtp.conf';After saving this becomes:
sendmail_path='/usr/bin/msmtp-t-C/etc/msmtp.conf';Possible Solution
No response
Additional Context
No response