Till Brehm
2013-11-19 dce3bb513b06dbec8923d661b44aaa7a82ae4fe1
server/server.sh
@@ -4,6 +4,8 @@
. /etc/profile
umask 022
if [ -f /usr/local/ispconfig/server/lib/php.ini ]; then
        PHPINIOWNER=`stat -c %U /usr/local/ispconfig/server/lib/php.ini`
        if [ $PHPINIOWNER == 'root' ] || [ $PHPINIOWNER == 'ispconfig'  ]; then