Introduction The disabled_functions directive in php.ini is used to disable certain PHP functions that may pose a security risk (e.g., exec, shell_exec, system, etc.). This is typically used to harden shared hosting environments, such as DirectAdmin In this article we look through the limitations of disable_functions within DirectAdmin and look at a workaround for setting […]