diff options
Diffstat (limited to 'src/tools/httpd_inets.erl')
-rw-r--r-- | src/tools/httpd_inets.erl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tools/httpd_inets.erl b/src/tools/httpd_inets.erl deleted file mode 100644 index 161d0f5..0000000 --- a/src/tools/httpd_inets.erl +++ /dev/null @@ -1,8 +0,0 @@ --module('httpd_inets'). --export([hello/3]). - -hello(SessionID, _Env, _Input) -> - mod_esi:deliver(SessionID, [ - "Content-Type: text/html\r\n\r\n", - "<html><body>hello, erlang world</body></html>" - ]). |