Hi @jessecowens
Unfortunately, I don’t have a ssh access. But I put the following lines in a php file and I load it from a browser:
<?php
$retval = ini_get( ‘disable_functions’ );
print_r($retval);
?>
and the result is:
opcache_get_status,mail, apache_child_terminate, apache_setenv, define_syslog_variables, escapeshellarg, escapeshellcmd, exec, fp, fput, highlight_file, ini_alter, ini_get_all, ini_restore, inject_code, openlog, passthru, php_uname, phpAds_remoteInfo, phpAds_XmlRpc, phpAds_xmlrpcDecode, phpAds_xmlrpcEncode, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, posix_setuid, posix_uname, proc_close, proc_get_status, proc_nice, proc_open, proc_terminate, shell_exec, syslog, system, xmlrpc_entity_decode
popen is among the above commands but not the fread and pclose.
Please could you advise me how to proceed?