webmcp

view framework/env/request/is_404.lua @ 109:db7ad8e4f78b

Print 12:xx a.m., instead of 00:xx a.m.
author jbe
date Sun Nov 04 18:51:32 2012 +0100 (2012-11-04)
parents 52305ec73d47
children
line source
1 --[[--
2 is_404 = -- boolean
3 request.is_404()
5 Returns true, if this request results in a 404, else false.
7 --]]--
9 function request.is_404()
10 return request._is_404
11 end

Impressum / About Us