Open JGoutin opened 1 year ago
Improve PHP security for Nextcloud.
Set php_disable_functions to true with proper php_disable_functions_allow value (Added in #34).
php_disable_functions
true
php_disable_functions_allow
This change requires many tests because it may likely easily break Nextcloud.
Improve PHP security for Nextcloud.
Set
php_disable_functions
totrue
with properphp_disable_functions_allow
value (Added in #34).This change requires many tests because it may likely easily break Nextcloud.