[PHP-FPM] Remove old fix

master
andryyy 2019-01-31 17:08:03 +01:00
parent 6ad8798d5c
commit 24432b0d9d
1 changed files with 0 additions and 5 deletions

View File

@ -91,9 +91,4 @@ EOF
fi
fi
# Patching NC files, if any (fixes PHP 7.2.14 + NC 15.0.2)
find /web/ -ipath '*lib/private/legacy/template.php' | while read -r template; do
sed -i "s/\$app \!== '' )/\$app \!== '' \&\& \$app \!== 'core' )/g" "${template}"
done
exec "$@"