From f0ab3750bd474d0a5394a89effc64864d9ded025 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 22 Mar 2022 15:56:03 +0100 Subject: [PATCH] Disable PHP modules, as the new image has all activated by default --- src/routes/applications/[id]/index.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/applications/[id]/index.svelte b/src/routes/applications/[id]/index.svelte index 221aefddc..bcadb5f5b 100644 --- a/src/routes/applications/[id]/index.svelte +++ b/src/routes/applications/[id]/index.svelte @@ -481,7 +481,7 @@ /> {/if} - {#if application.buildPack === 'php'} +