1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Anonymize config data in all settings tab

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-03-12 16:27:20 +01:00
parent 950ac1a9ac
commit 3ec94e0a83
2 changed files with 24 additions and 1 deletions

View file

@ -4,7 +4,7 @@
<div class="cbi-map">
<h2 name="content"><%:All router settings%></h2>
<div class="cbi-section">
<pre><%=luci.sys.exec("uci show")%></pre>
<pre><%=luci.sys.exec("sh /bin/anonymous_config.sh")%></pre>
</div>
</div>
<%+footer%>