diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-29 14:18:25 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-29 14:18:25 +0000 |
| commit | 1e3b0a12060dce916b686921c94520202c4cb130 (patch) | |
| tree | 064764fcb3b7daa25024b2565a64d48bae7d5d15 /root/sandbox/lua/text$lua -> mmm$dom.lua | |
| parent | fix the glaring security vulnerability i just implemented (diff) | |
| download | mmm-1e3b0a12060dce916b686921c94520202c4cb130.tar.gz mmm-1e3b0a12060dce916b686921c94520202c4cb130.zip | |
make security vulnerabilities optional, remove sandbox
Diffstat (limited to 'root/sandbox/lua/text$lua -> mmm$dom.lua')
| -rw-r--r-- | root/sandbox/lua/text$lua -> mmm$dom.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/root/sandbox/lua/text$lua -> mmm$dom.lua b/root/sandbox/lua/text$lua -> mmm$dom.lua deleted file mode 100644 index db420ce..0000000 --- a/root/sandbox/lua/text$lua -> mmm$dom.lua +++ /dev/null @@ -1,10 +0,0 @@ --- see /meta/mmm.dom for documentation -local d = require 'mmm.dom' - -local lua = d.a { 'Lua', href = 'https://www.lua.org/' } -local fengari = d.a { 'fengari.io', href = 'https://fengari.io/' } - -return d.article { - d.h1 'Lua', - d.p { lua, ' is fully supported using ', fengari, ' on the Client.' } -} |
