Change disable_functions for a specific website

Discussion in 'ISPConfig 3 Priority Support' started by Igor Almeida, Jun 23, 2015.

  1. Igor Almeida

    Igor Almeida Member

    Hi all,
    Is there a way to change the default disable_functions for a specific website?
    I need one specific website to be able to run exec(), shell_exec(), and escapeshellarg() functions.

    Thank you,
    Igor
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Just add the disable_functions line in the custom php.ini field of the website.
     
    Igor Almeida likes this.
  3. Igor Almeida

    Igor Almeida Member

    Thank you Till,
    So just add a blank line like:
    disable_functions =
    to the custom php.ini field?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats possible as well, if you want to allow all functions.
     

Share This Page