diff options
-rw-r--r-- | tcpproxy-listsmtpfiles-html.lsp | 1 | ||||
-rw-r--r-- | tcpproxy-smtpstatus-html.lsp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tcpproxy-listsmtpfiles-html.lsp b/tcpproxy-listsmtpfiles-html.lsp index f323d64..6b067e8 100644 --- a/tcpproxy-listsmtpfiles-html.lsp +++ b/tcpproxy-listsmtpfiles-html.lsp @@ -3,6 +3,7 @@ require("viewfunctions") %> <% displaycommandresults({"editsmtpfile", "delsmtpfile"}, session) %> +<% displaycommandresults({"createsmtpfile"}, session, true) %> <H1>Files</H1> <DL> diff --git a/tcpproxy-smtpstatus-html.lsp b/tcpproxy-smtpstatus-html.lsp index 97993a4..3a46b19 100644 --- a/tcpproxy-smtpstatus-html.lsp +++ b/tcpproxy-smtpstatus-html.lsp @@ -3,6 +3,7 @@ require("viewfunctions") %> <% displaycommandresults({"editsmtpentry", "delsmtpentry", "editsmtpfile", "delsmtpfile"}, session) %> +<% displaycommandresults({"createsmtpfile"}, session, true) %> <H1>SMTP Proxy Status</H1> <DL> |