Dear,
I try to use the spamexpert plugin. Now i saw the follow error when i create or delete a domain.
I have the enabling exec and shell_exec done via
Now i have enabled exec and shell_exec but i doubt if this realy the best solution for this isseu and my feeling says this is a potential high risk solution. Are there better ways to do this ?
I try to use the spamexpert plugin. Now i saw the follow error when i create or delete a domain.
PHP Notice: Undefined variable: output in /usr/local/directadmin/plugins/latest/lib/Configuration.php on line 56
PHP Notice: Undefined variable: return in /usr/local/directadmin/plugins/latest/lib/Configuration.php on line 56
PHP Warning: exec() has been disabled for security reasons in /usr/local/directadmin/plugins/latest/lib/Configuration.php on line 56
PHP Notice: Undefined variable: output in /usr/local/directadmin/plugins/latest/lib/Configuration.php on line 58
PHP Warning: implode(): Invalid arguments passed in /usr/local/directadmin/plugins/latest/lib/Configuration.php on line 58
I have the enabling exec and shell_exec done via
/usr/local/directadmin/custombuild/custom/php_disable_functions
so now every body can use exec, shell_exec function i geuss. However my user are all using php selector form cloudlinux.Now i have enabled exec and shell_exec but i doubt if this realy the best solution for this isseu and my feeling says this is a potential high risk solution. Are there better ways to do this ?