mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 11:01:50 +00:00
12 lines
398 B
HTML
12 lines
398 B
HTML
<%+header%>
|
|
|
|
<% if stderr and #stderr > 0 then %><pre class="error"><%=pcdata(stderr)%></pre><% end %>
|
|
<form class="inline" method="post" action="<%=url('admin/system/openmptcprouter/update_vps')%>">
|
|
<div class="cbi-map">
|
|
<h2 name="content"><%:All OpenMPTCProuter settings%></h2>
|
|
<div class="cbi-section">
|
|
<pre><%=luci.sys.exec("uci show")%></pre>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
<%+footer%>
|