We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: