Actions
Feature proposal #3057
closedadd code model
Description
Implement a Code model that executes HTML, PHP, JS, JQUERY, and CSS code snippets.
PHP has 2 methods of execution: create_function or eval as at least 1 of them is guaranteed to be disabled per host.
Actions