Skip to content

Commit

Permalink
profiles: add allow-php.inc to profiles.template
Browse files Browse the repository at this point in the history
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 netblue30#6298.
  • Loading branch information
kmk3 committed Mar 30, 2024
1 parent baad57d commit ea8a268
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/templates/profile.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea8a268

Please sign in to comment.