Browse Source

[PHP-FPM] Remove old fix

andryyy 6 năm trước cách đây
mục cha
commit
24432b0d9d
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      data/Dockerfiles/phpfpm/docker-entrypoint.sh

+ 0 - 5
data/Dockerfiles/phpfpm/docker-entrypoint.sh

@@ -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 "$@"