I had a quick question about how the formatting (word wrap?) occurs in the "Custom PHP.ini Settings" Box/field.
I have a bunch of php settings saved in a regular text doc. In the doc it appears like so:
Code:
# Protect mail forms against spammer attacks (Effectively disables any headers
# injected from user input. Very important.
suhosin.mail.protect=2
It is all nice and neat with each line having either a comment character followed by text to remind me what the heck it does, or it has the command itself.
Now when I paste the commands into the custom php.ini settings box in ISPConfig 3 it butchers it sorta. I don't whether it is because of word wrapping or what. But it looks like so:
Code:
# Protect mail forms against spammer attacks (Effectively
disables any headers
# injected from user input. Very important.
suhosin.mail.protect=2
Do I need to do anything special when I paste into that box? Do I need to add another "#" infront of "disables" ? Will the way it is displayed return an error or perhaps not let the php setting be applied?
Thanks as always folks,
Scott
Recent comments
12 hours 19 min ago
13 hours 18 min ago
17 hours 5 min ago
18 hours 19 min ago
21 hours 55 min ago
1 day 5 hours ago
1 day 14 hours ago
1 day 15 hours ago
2 days 6 hours ago
2 days 9 hours ago