PHP functions disabled

PHP functions prohibited

Technical restrictions prohibit the call for certain PHP function, for security reasons.

The following functions do not work:

  • proc_open(string, array, array);
  • popen(string, string);
  • exec(string);
  • system(string);
  • shell_exec(string);
  • passthru(string);
  • disk_free_space(string);
  • diskfreespace(string);
  • set_time_limit(integer);