summaryrefslogtreecommitdiff
path: root/swat/index.esp
diff options
context:
space:
mode:
Diffstat (limited to 'swat/index.esp')
-rw-r--r--swat/index.esp27
1 files changed, 7 insertions, 20 deletions
diff --git a/swat/index.esp b/swat/index.esp
index 373bd9f74e..325deeddae 100644
--- a/swat/index.esp
+++ b/swat/index.esp
@@ -1,20 +1,7 @@
-<HTML>
-<TITLE>
-Samba4 ESP test
-</TITLE>
-<BODY>
-redirecting you to the test pages ...
-<%
-if (server['SERVER_PROTOCOL'] == "http" &&
- server['TLS_SUPPORT'] == "True") {
- if (headers['HOST']) {
- redirect("https://" + headers['HOST'] + request['REQUEST_URI']);
- } else {
- redirect("https://" + server['SERVER_NAME'] + ":" + server['SERVER_PORT'] + request['REQUEST_URI']);
- }
-} else {
- redirect("esptest/index.esp");
-}
-%>
-</BODY>
-</HTML>
+<% page_header("columns", "Welcome to SWAT"); %>
+
+<h1>Welcome to SWAT!</h1>
+
+Please select a menu item from the selection on the left
+
+<% page_footer(); %>