حماية whm / cpanel من خلال غلق Functions الخطرة disable_functions
Check php for disable_functions




You should consider disabling commonly abused php functions, e.g.:
disable_functions = show_source, system, shell_exec, passthru, exec, popen, proc_open
Some client web scripts may break with some of these functions disabled, so you may have to remove them from this list:
Affected PHP versions:
/opt/cpanel/ea-php72/root/etc/php.ini (/opt/cpanel/ea-php72/root/usr/bin/php)
/opt/cpanel/ea-php73/root/etc/php.ini (/opt/cpanel/ea-php73/root/usr/bin/php)


لحماية السيرفر من Functions المعروف انها تعرض السيرفر للاختراق

كود:
disable_functions = show_source, system, shell_exec, passthru, exec, popen, proc_open