Software /
code /
prosody
Comparison
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 |
comparison
equal
deleted
inserted
replaced
708:b72d408f5f15 | 709:8bb83563cb21 |
---|---|
1 | |
2 local httpserver = require "net.httpserver"; | |
1 | 3 |
2 local open = io.open; | 4 local open = io.open; |
3 local t_concat = table.concat; | 5 local t_concat = table.concat; |
4 | 6 |
5 local http_base = "www_files"; | 7 local http_base = "www_files"; |