Skip to content
Snippets Groups Projects
Commit 69cb94f3 authored by Sergey Lyubka's avatar Sergey Lyubka
Browse files

Removed header printing from page.lp

parent 7204d711
No related branches found
No related tags found
No related merge requests found
...@@ -10,14 +10,7 @@ ...@@ -10,14 +10,7 @@
Mongoose has Lua, Sqlite, and other functionality built in the binary. Mongoose has Lua, Sqlite, and other functionality built in the binary.
This example page stores the request in the Sqlite database, and shows This example page stores the request in the Sqlite database, and shows
all requests done previously.</p> all requests done previously.</p>
<p> Today is <? print(os.date("%A")) ?>
<p> Today is <? print(os.date("%A")) ?>
<p> HTTP headers: <br>
<?
for name, value in pairs(request_info.http_headers) do
print(name, ' : ', value, '<br>')
end
?>
<pre> <pre>
<? <?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment