You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The key=value pairs under Sites -> [Site] -> Settings -> PHP Settings -> Additional Configuration Directives don'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
The text was updated successfully, but these errors were encountered:
CloudPanel version(s) affected
2.4.2
Description
The key=value pairs under
Sites -> [Site] -> Settings -> PHP Settings -> Additional Configuration Directives
don'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
The text was updated successfully, but these errors were encountered: