Skip to main content

Disable funtions in php.ini editor

Comments

2 comments

  • GOT
    Either really works. You can verify with phpinfo() call.
    0
  • cPanelLauren
    It'll work without them but as @GOT noted best to always verify changes with phpinfo() The description for disable_functions only notes the following: ; This directive allows you to disable certain functions for security reasons. ; It receives a comma-delimited list of function names.
    0

Please sign in to leave a comment.