I'd like to be able to disable all php shell commands such as exec(), system() etc. for all domains except 1. Is this possible? I know i can turn safe mode on and off per domain but I dont want to put safe mode on on any domain, just disable those shell functions.
Thanks
Thanks