From 3e8112eafffe6ce4b0075911a841663487a7eb17 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Fri, 30 Nov 2018 07:49:27 +0100 Subject: [PATCH] Fix https://github.com/Ysurac/openmptcprouter/issues/231 --- luci-app-mptcp/luasrc/view/mptcp/mptcp_check.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-mptcp/luasrc/view/mptcp/mptcp_check.htm b/luci-app-mptcp/luasrc/view/mptcp/mptcp_check.htm index 97b560bbb..3df062637 100644 --- a/luci-app-mptcp/luasrc/view/mptcp/mptcp_check.htm +++ b/luci-app-mptcp/luasrc/view/mptcp/mptcp_check.htm @@ -21,7 +21,7 @@ '<%:Loading%> ' + '<%:Waiting for command to complete...%>' ; - stxhr.post('<%=url('admin/system/openmptcprouter')%>/mptcp_check_trace/' + interface, { token: '<%=token%>' }, + stxhr.post('<%=url('admin/network/mptcp')%>/mptcp_check_trace/' + interface, { token: '<%=token%>' }, function(x) { if (x.responseText) @@ -37,7 +37,7 @@ //]]> <% if stderr and #stderr > 0 then %>
<%=pcdata(stderr)%>
<% end %> -
+

<%:MPTCP Support Check%>

<%:Check if MPTCP between interface and server is working.%>