ftimme
2013-08-09 f79d1d22c8fdd445d94f147be2bec8e7a6b773ab
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