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
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).