diff options
Diffstat (limited to 'abrechenbarkeit.lua')
-rwxr-xr-x | abrechenbarkeit.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/abrechenbarkeit.lua b/abrechenbarkeit.lua index 311cd1c..0efac7c 100755 --- a/abrechenbarkeit.lua +++ b/abrechenbarkeit.lua @@ -54,10 +54,6 @@ local query = parse_query(os.getenv("QUERY_STRING")) local stylesheet = io.open("style.css"):read("a") local script = io.open("script.js"):read("a") -local script = [[ - -]] - local function respond(status, title, body) print(string.format("Status: %d", status)) print("Content-Type: text/html") |