diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-09-09 11:47:30 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-09-09 11:47:30 +0200 |
commit | 321f9fd747083e6dd00dba02dd721e2ecdd0308c (patch) | |
tree | 33c9669545bb1a4b35902927b6145608901aa2e1 /cgi-bin/guide/wifi103.lua | |
parent | 3237579356f56d5c2fe25d774eda9fd07edf796d (diff) |
rearrange files for purely static serving
Diffstat (limited to 'cgi-bin/guide/wifi103.lua')
-rwxr-xr-x | cgi-bin/guide/wifi103.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cgi-bin/guide/wifi103.lua b/cgi-bin/guide/wifi103.lua deleted file mode 100755 index 7a3a12f..0000000 --- a/cgi-bin/guide/wifi103.lua +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env lua - -local cgi = require "cgi" -local file = require "file" - -cgi.serve(file.process("/guide/wifi103.md", nil, "--toc")) |