Skip to content

Commit ea8a268

Browse files
committed
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 89f30f1 ("Create allow-php.inc", 2020-01-25). This is a follow-up to #6298.
1 parent baad57d commit ea8a268

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/templates/profile.template

+3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ include globals.local
9494
# Allow perl (blacklisted by disable-interpreters.inc)
9595
#include allow-perl.inc
9696

97+
# Allow php (blacklisted by disable-interpreters.inc)
98+
#include allow-php.inc
99+
97100
# Allow python (blacklisted by disable-interpreters.inc)
98101
#include allow-python2.inc
99102
#include allow-python3.inc

0 commit comments

Comments
 (0)