webmcp

changeset 18:486ad118c277 v1.0.9

Fixed wrong/duplicate autodoc entry in rocketcgi.lua
author bsw
date Thu Mar 25 20:33:00 2010 +0100 (2010-03-25)
parents 5ab8a36ffe19
children ee69f20ea0c2
files libraries/rocketcgi/rocketcgi.lua
line diff
     1.1 --- a/libraries/rocketcgi/rocketcgi.lua	Thu Mar 25 20:25:12 2010 +0100
     1.2 +++ b/libraries/rocketcgi/rocketcgi.lua	Thu Mar 25 20:33:00 2010 +0100
     1.3 @@ -98,8 +98,8 @@
     1.4  --//--
     1.5  
     1.6  --[[--
     1.7 -rocketcgi.set_status(
     1.8 -  status               -- Status code and description, e.g. "404 Not Found"
     1.9 +rocketcgi.set_content_type(
    1.10 +  content_type               -- MIME content type
    1.11  )
    1.12  
    1.13  Sends a header line specifying the content-type to the browser.

Impressum / About Us