Skip to main content

Stopping file alterations

Comments

5 comments

  • cPanelMichael
    Hello :) You could set an immutable attribute on a file:
    0
  • Trax2k
    Okay thanks :) You can't disable file uploads for a user that has cPanel access to an account.
    And i'm aware of this, i meant through a script :) Users don't have access to cPanel.
    0
  • cPanelMichael
    And i'm aware of this, i meant through a script :) Users don't have access to cPanel.

    You can modify the "file_uploads" attribute in your /usr/local/lib/php.ini file or in the individual php.ini file for the account if you are using suPHP. Thank you.
    0
  • Trax2k
    Is the no way to day this automatically every time a new account is created?
    0
  • cPanelMichael
    You can use a post account creation hook if you are comfortable with developing a custom script:
    0

Please sign in to leave a comment.