diff --git a/test/page.lp b/test/page.lp index 02be3382..b2ebee8b 100644 --- a/test/page.lp +++ b/test/page.lp @@ -10,14 +10,7 @@ Mongoose has Lua, Sqlite, and other functionality built in the binary. This example page stores the request in the Sqlite database, and shows all requests done previously.
- -Today is print(os.date("%A")) ?> -
HTTP headers:
-
- for name, value in pairs(request_info.http_headers) do
- print(name, ' : ', value, '
')
- end
- ?>
+
Today is print(os.date("%A")) ?>