changing doc format and HTML literals
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
|
||||
#include "../demo_guard.h"
|
||||
|
||||
|
||||
RENDER(Request& context)
|
||||
{
|
||||
if(!test_demo_request_allowed(context))
|
||||
{
|
||||
test_demo_render_restricted_text(context, "Working Directory Sub-Invoke", "reveal internal filesystem layout");
|
||||
return;
|
||||
}
|
||||
print("Sub-Invoke Working dir: ", cwd_get(), "\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user