I have a webserver hosting several websites running several php
programs. Some but not all programs check magic_quotes_gp c is ON
before using the addslashes function. Currently, magic_quotes_gp c is
OFF
I have another great program I like to use but it needs to have
magic_quotes_gp c ON. Is there a way to make magic_quotes_gp c On for
just this one website? I really don't want to modify the codes of this
program.
programs. Some but not all programs check magic_quotes_gp c is ON
before using the addslashes function. Currently, magic_quotes_gp c is
OFF
I have another great program I like to use but it needs to have
magic_quotes_gp c ON. Is there a way to make magic_quotes_gp c On for
just this one website? I really don't want to modify the codes of this
program.
Comment