#include "demo_guard.h" RENDER(Request& context) { if(!test_demo_request_allowed(context)) { test_demo_render_restricted_html(context, "Shell Stuff", "execute shell commands and expose repository state"); return; } <>

UCE Test: Shell Stuff

shell_exec()
shell_escape()
Git
}