diff options
Diffstat (limited to 'cgi-bin/guide/kppp.lua')
-rwxr-xr-x | cgi-bin/guide/kppp.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cgi-bin/guide/kppp.lua b/cgi-bin/guide/kppp.lua deleted file mode 100755 index 20a9636..0000000 --- a/cgi-bin/guide/kppp.lua +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env lua - -local cgi = require "cgi" -local file = require "file" - -cgi.serve(file.process("/guide/kppp.md", nil, "--toc")) |