Diff

plugins/mod_httpserver.lua @ 709:8bb83563cb21

Automated merge with http://waqas.ath.cx:8000/
author Matthew Wild <mwild1@gmail.com>
date Tue, 13 Jan 2009 15:29:00 +0000
parent 696:b35faad717f2
child 1384:2f7403d47cf1
line wrap: on
line diff
--- a/plugins/mod_httpserver.lua	Tue Jan 13 20:19:52 2009 +0500
+++ b/plugins/mod_httpserver.lua	Tue Jan 13 15:29:00 2009 +0000
@@ -1,3 +1,5 @@
+
+local httpserver = require "net.httpserver";
 
 local open = io.open;
 local t_concat = table.concat;