From 734014c3b8d4f76e1c59f14eaa0dadd6247d428f Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Wed, 15 Feb 2023 10:34:43 +0100 Subject: [PATCH] Remove php value --- templates/pool.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/pool.j2 b/templates/pool.j2 index d380ab8..3cb9791 100644 --- a/templates/pool.j2 +++ b/templates/pool.j2 @@ -35,7 +35,6 @@ env[TMPDIR] = {{ item.tmpdir }} env[TEMP] = {{ item.tmpdir }} {% endif %} -php_flag[asp_tags] = {{ item.asp_tags | default('Off') }} php_flag[display_errors] = {{ item.display_errors | default('Off') }} php_flag[display_startup_errors] = {{ item.display_startup_errors | default('Off') }} php_flag[session.use_cookies] = {{ item.session_use_cookies | default('1') }}