diff options
-rw-r--r-- | doc/plugins/contrib/compile/discussion.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/contrib/compile/discussion.mdwn b/doc/plugins/contrib/compile/discussion.mdwn index c2d2f6cd4..fbf9f22ea 100644 --- a/doc/plugins/contrib/compile/discussion.mdwn +++ b/doc/plugins/contrib/compile/discussion.mdwn @@ -43,7 +43,7 @@ command... > like `latex foo.tex && dvipdf foo.dvi`). > - the `compile_unsecure` would: > - forbid commands to be strings (thus, forbidding shell commands, and preventing command injections); -> - forbid compilation using Makefile or executable prevent in the wiki (to prevent users from modifying those files, and executing arbitrary commands); +> - forbid compilation using Makefile or executable present in the wiki (to prevent users from modifying those files, and executing arbitrary commands); > - forbid directive argument `build`. > > |