I've got PHP Safe Mode set to on in my php.ini file.
Is there any way to stop a user from placing a php.ini file in their directory and specifying the Safe_Mode Off directive?
I've got PHP Safe Mode set to on in my php.ini file.
Is there any way to stop a user from placing a php.ini file in their directory and specifying the Safe_Mode Off directive?
Never mind, its because im running PHP suexec, so it uses a local php.ini override if available.