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