Hi!
I would like to know how to test if system() or exec() is allowed on a server. I keep getting this error "Warning: exec() has been disabled for security reasons in ..."
I understand that the safe_mode function is depreciated in the php version my provider runs (5.3.3) so i cant use a get_ini('safe_mode') check.
What else to do?
I use this for a backup script. if the provider allows system, the script makes a tar file and mails it to me whenever a user logs in.
Thanks in advance.