Hello !
On global php.ini i have change for security reasons :
But if a account create a php.ini file on /public_html with
there functions are reactivated.
I do not know what to do to secure my cPanel maximum.
Thank you in advance for your help
On global php.ini i have change for security reasons :
PHP:
magic_quotes = On
safe_mode = On
expose_php = Off
Enable_dl = Off
register_globals = off
display_errors = off
disable_functions = system, show_source, symlink, exec, dl, shell_exec, passthru, phpinfo, escapeshellarg, escapeshellcmd, ini_set, popen, proc_open, allow_url_fopen
PHP:
safe_mode = On
I do not know what to do to secure my cPanel maximum.
Thank you in advance for your help