aboutsummaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2013-04-11 17:12:53 +0200
committerBadlop <badlop@process-one.net>2013-04-11 17:12:53 +0200
commitc7eaa9aeacaa3bb4493f43eb9ab62091b001eb1d (patch)
tree0e7290f7a120b8d22087ee8b145f3799af766d31 /src/web
parentMerge pull request #57 from rraptorr/carboncopy (diff)
ejabberd 13 requires Erlang/OTP R15B or higher (EJAB-1630)
Fix documents and remove useless code.
Diffstat (limited to 'src/web')
-rw-r--r--src/web/Makefile.in1
-rw-r--r--src/web/mod_http_fileserver.erl16
2 files changed, 0 insertions, 17 deletions
diff --git a/src/web/Makefile.in b/src/web/Makefile.in
index 5ac2fe5e6..151f4c476 100644
--- a/src/web/Makefile.in
+++ b/src/web/Makefile.in
@@ -9,7 +9,6 @@ LIBS = @LIBS@
ERLANG_CFLAGS = @ERLANG_CFLAGS@
ERLANG_LIBS = @ERLANG_LIBS@
-EFLAGS += @ERLANG_SSLVER@
EFLAGS += -I ..
EFLAGS += -pz ..
diff --git a/src/web/mod_http_fileserver.erl b/src/web/mod_http_fileserver.erl
index 8fe0c0fc4..559ff48cf 100644
--- a/src/web/mod_http_fileserver.erl
+++ b/src/web/mod_http_fileserver.erl
@@ -59,24 +59,8 @@
{method, path, q = [], us, auth, lang = <<"">>,
data = <<"">>, ip, host, port, tp, headers}).
--ifdef(SSL40).
-
--define(STRING2LOWER, string).
-
--else.
-
--ifdef(SSL39).
-
-define(STRING2LOWER, string).
--else.
-
--define(STRING2LOWER, httpd_util).
-
--endif.
-
--endif.
-
-record(state,
{host, docroot, accesslog, accesslogfd,
directory_indices, custom_headers, default_content_type,