Procházet zdrojové kódy

Removed header printing from page.lp

Sergey Lyubka před 12 roky
rodič
revize
69cb94f3fb
1 změnil soubory, kde provedl 1 přidání a 8 odebrání
  1. 1 8
      test/page.lp

+ 1 - 8
test/page.lp

@@ -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> HTTP headers: <br>
-   <?
-     for name, value in pairs(request_info.http_headers) do
-       print(name, ' : ', value, '<br>')
-     end
-   ?>
+<p> Today is <? print(os.date("%A")) ?>
 
 
 <pre>
 <pre>
 <?
 <?