easytpl icon indicating copy to clipboard operation
easytpl copied to clipboard

Option to restrict PHP functions used.

Open VBGAMER45 opened this issue 1 year ago • 0 comments

First, thanks this is really great package.

My use case is allowing users to edit templates and have basic conditionals with variables from their user data. Want to avoid allowing users to execute their own code. So in that regard have disabled access to user defined constants and functions() But, ideally would be nice to allow access to certain functions that are safe for people to use.

VBGAMER45 avatar May 24 '24 14:05 VBGAMER45