ini_set() function

Discussion in 'General' started by pititis, Feb 4, 2011.

  1. pititis

    pititis Member

    Hello,

    I have disabled the ini_set() function in php.ini by security reasons but apache report warnings when I use ispconfig normally. It's needed for ispconfig?

    Cheers!


    Code:
    PHP Warning:  ini_set() has been disabled for security reasons in /usr/local/ispconfig/interface/lib/config.inc.php on line 39
    
     
    Last edited: Feb 4, 2011
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig uses ini_set to set the error reporting level. This is not critical, if you want to disable ini_set globally, then edit the file /usr/local/ispconfig/interface/lib/config.inc.php and comment out the ini_set line(s).
     

Share This Page