summaryrefslogtreecommitdiff
path: root/swat/html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'swat/html/index.html')
-rw-r--r--swat/html/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/swat/html/index.html b/swat/html/index.html
new file mode 100644
index 0000000000..644eeebd61
--- /dev/null
+++ b/swat/html/index.html
@@ -0,0 +1,11 @@
+<HTML>
+<TITLE>
+Samba4 ESP test
+</TITLE>
+<BODY>
+redirecting you to the test pages ...
+<%
+ redirect("esptest/index.html");
+%>
+</BODY>
+</HTML>