From ea8a268e554234315b6a0699a13c74796977a43c Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 30 Mar 2024 14:48:43 -0300 Subject: [PATCH] profiles: add allow-php.inc to profiles.template To make it consistent with the other include profiles. See etc/templates/profile.template. Note: It is not currently included in any profile. Added on commit 89f30f1f2 ("Create allow-php.inc", 2020-01-25). This is a follow-up to #6298. --- etc/templates/profile.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/templates/profile.template b/etc/templates/profile.template index d39e1602544..2188721b8eb 100644 --- a/etc/templates/profile.template +++ b/etc/templates/profile.template @@ -94,6 +94,9 @@ include globals.local # Allow perl (blacklisted by disable-interpreters.inc) #include allow-perl.inc +# Allow php (blacklisted by disable-interpreters.inc) +#include allow-php.inc + # Allow python (blacklisted by disable-interpreters.inc) #include allow-python2.inc #include allow-python3.inc