Hi all,
I want to limit what PHP functionality my users have access to.
For instance there is an object $data
and the user likes to use if
for
and echo
.
Obviously allowing him to write PHP would be a serious vulnerability.
Is there any way to run this PHP in a sandbox or would you recommend any lightweight PHP template engine?