oldtree

Members
  • Posts

    1
  • Joined

  • Last visited

oldtree's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hey guys, Is it possible to disable certain PHP functions like: phpinfo, show_source, exec, shell_exec, system, passthru, proc_open, popen, parse_ini_file, curl_exec, curl_multi_exec Can I do this using PHP_flag or PHP_value? If so, how? Please let me know what I need to add to the .htaccess file. Thank you.