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
11 hours 54 min ago
12 hours 54 min ago
16 hours 41 min ago
17 hours 55 min ago
21 hours 31 min ago
1 day 4 hours ago
1 day 13 hours ago
1 day 15 hours ago
2 days 6 hours ago
2 days 8 hours ago